CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: monfu

Search: Search took 0.05 seconds.

  1. not getting the right ID in the dropdownlist ASP.NET 2

    Dear All

    I have 2 dropdown lists. One containing the Main Menus, and the other one containing the relevant sub menus. Ie when I change the first drop down list, I want the second one the get the...
  2. Replies
    2
    Views
    11,768

    getting value of dropdown list in AJAX

    Dear All,

    I have an asp.net dropdown list and I am populating it with a set of values with Ajax. As so I cannot retreive the value as I usually do, which is ddl.SelectedValue.

    Can you please...
  3. Replies
    0
    Views
    584

    passing invalid Javascript string in C#

    Dear All,

    I have the following code:-

    StringBuilder strInvalid = new StringBuilder();
    string strErrorMessage;
    strErrorMessage = "Johann";
    strErrorMessage = strErrorMessage +...
  4. Replies
    0
    Views
    610

    getting details from the loop

    Dear All,

    I have a value, strObjectAPIID, and I am comparing it to a dataset value in a loop. What i want is, if the value is equal, do not do anything, but if it is not equal, write it to the...
  5. Replies
    1
    Views
    1,504

    Invalid Parameter Used

    Dear All, I have created a function to resize an image and save it to the server. This is the code:-

    try
    {
    System.Drawing.Image NewImg;
    ...
  6. Replies
    0
    Views
    368

    Database Modified

    Dear All,

    I have inserted this piece of code:-

    path=server.mappath("../../../databases/") & "/merlin.mdb"
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set f = fso.GetFile(path)...
  7. Replies
    4
    Views
    603

    Ok thanks mate, I appreciate a lot!

    Ok thanks mate, I appreciate a lot!
  8. Replies
    4
    Views
    603

    I have come up with this code:- Set...

    I have come up with this code:-

    Set rsSelect=Server.CreateObject("ADODB.Recordset")
    rsSelect.ActiveConnection = cnnDFlex

    Set rsSelectSTK=Server.CreateObject("ADODB.Recordset")...
  9. Replies
    4
    Views
    603

    Ok i have discovered that I cannot use an inner...

    Ok i have discovered that I cannot use an inner join since the driver does not support it! I have to do a nested loop
  10. Replies
    4
    Views
    603

    Advanced SQL Problem

    Dear All,

    I have 2 retreive some data from 2 tables that are linked together, however I cannot manage to do it.

    My first table has three fields that are relevant to me and these are...
  11. Replies
    2
    Views
    415

    Ok thanks mate, I will search for that.

    Ok thanks mate, I will search for that.
  12. Replies
    2
    Views
    415

    validating checkboxes

    Dear All,

    I have an input form where the user must enter his name, surname, e-mail address and choose from three topics, namely Conference, Leisure or Corporate. He can choose as many as he like,...
  13. Replies
    0
    Views
    878

    referencing content from an XML file

    Dear All,

    I wish to link to an external XML file (which resides on a different server from ours) and then extract some content from it to display it on my web page.

    I tried an XML Data...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured