www.webdeveloper.com

Search:

Type: Posts; User: shanuragu

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Access Denied when XML is loaded from virtual path - VB 6.0

    Hi,

    I am accessing Dll in a Stored procedure , for which I'm passing Virtual xml path to one of the method. Method is failing to load XML from the virtual path .. giving error message Access...
  2. Allow only characters

    Hi,

    The text box (of length 15) should allow only characters. How can I do that. I tried the following but not getting exact result.

    Dim objRegExp, isValid, strCheck
    Set objRegExp = New RegExp...
  3. Text filed should allow only characters??

    Hi,

    How can I do Character validation ie, text field should allow only characters not even special characters in VB script. Some what like IsNumeric for numbers I need a function to validate only...
  4. Open a new window using window.open & pass parameters in to it

    HI,

    under some condition when I click a button I should open a window just to display respective details with button yes and No.
    if user clicks yes proceed to display another form else return...
  5. Replies
    3
    Views
    9,527

    Thankx ray326 Can u plz give me the code ... ...

    Thankx ray326

    Can u plz give me the code ...

    Here is my code .. what's wrong with this

    **********
    function checkType(aType)
    {
    alert(aType)
  6. Replies
    3
    Views
    9,527

    Using Div tag display/hide form fields

    HI,

    I have a drop down with two values Yes And No.. based on the value selected I should display two more fields.

    Ex. If I select I should display one drop down and a text area. Initially those...
  7. I am using SQL SERVER 2000. Shan

    I am using SQL SERVER 2000.
    Shan
  8. Creating stored procedure to pass asp form field values

    Hi,

    Can any one help me in creating a stored procedure to pass form field values in to a table. How can i pass mandatory field values & other field values.

    thanx in advance

    :confused: shan
  9. Replies
    0
    Views
    1,054

    Calling Crystal Report on ASP

    Can any one please tell me how to call a Crystall Report on ASP page. Itz very urgent Please.

    :confused: Shan
  10. Replies
    1
    Views
    1,121

    execute asp page

    Hi,

    Can anyone please tell me how can I execute an asp page without creating a virtual path.

    shanuragu : :confused:
  11. Query to get Top five Amounts for the current month

    Hi all,

    Can any one give the query in SQL to fetch top five amounts (highest) received for a current month.

    Shara
  12. Error while running asp page - COM in debug mode

    Hi,
    Can someone please help me out and tell me why this is happening? Everytime I try to run my project I keep getting this
    error:Server Object, ASP 0178 (0X80070005)The call to...
  13. Replies
    6
    Views
    1,715

    Hi Thanx a lot for all ur help. Its working...

    Hi
    Thanx a lot for all ur help. Its working fine.

    Just have one more problem
    <select name="Country">
    <option value=1>INDIA</option>
    <option value=2>USA</option>
    <option...
  14. Replies
    6
    Views
    1,715

    js code to validate text field

    Hi
    can any one help to validate a text field - no numbers & special characters allowed.

    Urgent please help
    shanuragu
  15. Replies
    2
    Views
    1,152

    file upload in asp

    hi

    Can any one please give me the code toupload a file to a specified folder??

    Urgent please help
    Shanuragu
  16. Replies
    3
    Views
    1,803

    In that case is the following format valid

    In that case is the following format valid

    <%
    Valid only for form1 submit
    %>
    <html>
    <head>
    <script language="javascript">
    function ValidateForm1()
    {
  17. Replies
    3
    Views
    1,803

    Two forms on a single asp page

    Hi,

    I want to have two seperate logins on a single asp page. Seperate validation for both loin ids & psws. Each login will take the user two two seperate sites.

    Can we have two forms on a...
  18. Replies
    2
    Views
    1,300

    its windows 2000 shanuragu

    its windows 2000

    shanuragu
  19. Replies
    2
    Views
    1,300

    Networking problem

    Hi

    How can set seperate user name & password to access certain folder from my machine to other users. So that users can login to my machine using using the username & psw to access only those...
  20. Replies
    1
    Views
    1,126

    What is option Base?

    Hi all,

    Can any one tell me what is Opotion Base & how to use it with an example.

    Also what is the difference between Corelated Query & Sub query?

    Thank you in advance.

    Shanuragu:D
  21. Replies
    2
    Views
    1,369

    Display files from a folder on a web page

    HI,

    I want to display files (html web pages) stored in a folder on the web page. All these files are of different name.

    How can I do this using asp.

    Shanuragu:confused:
  22. Replies
    2
    Views
    1,168

    pop Window from a frame

    Hi,
    I have designed web page with three frames Top, Middle & right frame. On the Top frame I have given a link to upload files - When I click on this link I want to display upload file ie,...
  23. No problem - I am able to solve the problem. The...

    No problem - I am able to solve the problem. The only mistake I made in the query is the table name. ie, in MS Access table name with "-" (hypen)is not allowed. I just changed the table name...
  24. Sorry In a hurry I forgot to mention the querry -...

    Sorry In a hurry I forgot to mention the querry -
    here it is

    strSQL = "INSERT INTO reg_details(reg_dt, name, phone, email, country, address, zip, state, remarks) VALUES ('"&reg_dt&"',...
  25. Problem inserting values in to table - MsAccess

    Hi

    Can any plz tell what is wrong with this query - which when I execute I'm getting the following error -

    Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
    [Microsoft][ODBC Microsoft...
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles