Search results for query: *

  1. J

    How to use union all in LINQ TO sql?

    Hi, How to use union all in LINQ to SQL. Thanks in Advance, MOhan J
  2. J

    Question How to load Gridview data using Linq without using linqdatasource

    Hi, I am using asp.net with c#. Please help me in loading gridview data using linq concept, but without using linqdatasource. I am expecting in the three tier architecture. Thanks in Advance MOhan J
  3. J

    What is Generics? Please give me Real time example?

    Hi everyone, What is Generics in vb.net. could you please explain me about Generics in real time life example and the simplest real time coding example. Please give me in simple coding to understand very easily. what are the benefits to use it. Where and what situation I should apply it. I...
  4. J

    Javascript Error: Object Required: ASP.NET

    Hi everyone, I am unable to find out the Id in Javascript from the server control. I have used the following code, <asp:GridView ID="GridView1" runat="server"> <Columns> <asp:TemplateField> <HeaderTemplate> <asp:CheckBox...
  5. J

    Image Not Found: HTMLINPUTIMAGE CONROL

    Hi everyone, I have added an jpeg image file under the App_code/images folder and used the following code, <input type="image" runat="server" id="BTNIMAGE" src="~/DSC00430_2_edited.jpg" /> While executing, the image is not found in the page. I have tried ../DSC00430_2_edited.jpg, and...
  6. J

    how to make auto data transaction between msmq and mysql

    Hi everyone, I am a beginner to mysql and msmq. How to make the automatic data transaction from msmq to mysql. I develop the application using asp.net . In the application,the user entered data is saved into the Msmq. These msmq data need to be transferred to mysql...
  7. J

    Unable to execute the exe

    Hi everyone !, I developed a project in the vb.net. I created an exe for that project using "setup and deployment" in the visual studio.net 2005. I installed that exe in a system which doesn't include visual studio 2005. That system is installed with .net framework 2.0. But still, the exe file...
Back
Top