Hi,
I have a webservice on my asp.net page and I have some dropdown boxes that get populated using the webservice.
I have created the droprdowns as simple html controls
The javascript code is
But if I put
it asks throws up errors like ddl not declared.
Can aybody please help me on this?
Thankyou....
User Profile
Collapse
-
script runat server requires declaration
-
Major differences between oracle 9iand 10g.
Hi,
I want to know the major differences between 9i and 10g for both SQL as well as PL/SQL .
Thankyou. -
can we have <asp:placeholder>in<asp:table>
Hi,
This bit of code throws error Expected End of statement at line1
[code=asp]<asp:Table Width="100%" >
<asp:TableRow id="T2r1">
<asp:TableCel l id="T2r1c1" Width="85%">
<asp:PlaceHolde r ID="PlaceHolder 1" runat="server"> Control Not Loaded</asp:PlaceHolder >
</asp:TableCell>
</asp:TableRow>
&... -
I am re-sending my code as i do not all the options do not seem to work
(Default.aspx)
(Default.vbs)
---class--... -
No i want it to take the default windows login ie my the password that i use to login to my machine.So my congig file just has
I do not have any separate login screen that checks what type of login it is .It is just that when i open a page from a link ,to view my active x ctrl i should not have to login....Leave a comment:
-
My web config has identity impersonate to true and
authentication mode is set to windows but default credentials is still returns an empty sting and hence it passes the empoty string to the createsessionim personate function.Any help on this.
tHANKYOULeave a comment:
-
I am trying to use the windows credentials(Int rgrated Login) to get connected to my webserviceLeave a comment:
-
-
-
System.Net.CredentialCache.DefaultCredentials returns an empty string
Hi,
I have an active x ctrl on my page and using asp.net I i have built a web page that has a web service named e1.I am using CreateSessionIm personated()
but it does not Impersonate and every time asks for the user name and the password.The code is
Can anybody help me on this please.
Thankyou.... -
No warnings or messages the page builds up and works fine but I would still like to know why I get this messageLeave a comment:
-
Expected end of statement error line1 char27 code 0
Hi,
My asp.net page throws this error on line1 which is
The code is... -
Cannot reference a serverside variable on the client page
Hi,
I write
Line 1 gives me the path of temp but i cannot append anything to it because it gives it without "" .How do i make Environ return me the name of the file with double quotes along with it.
Can anybody help me with this.
Thankyou.... -
Deleting a file using JavaScript gives an error
HI,
I have created an excel application using the
etc .
code but now i want to delete the file because the sheet does not have any data.
Eveythig works fine but it does not delete the file and gives me an error
permission denied even though the folder has all the access.
My code is
Can anybody help me with this.
Thankyou... -
How do i get to scan all the files in a folder using javascript code
Hi,
I have to save a .xls file but i need to scan all the files in the particular folder before saving the file and prompt the user to replace the file if it already exists in the particular folder.
Can anybody please help me with this.
Thankyou. -
how to get fileopen dialogbox in javascript
Hi,
I need to get the fileopen saveas dialogbox in javascript.I have used the
but i want to extract the location ang the file name that the user chooses in my code for further processing once the user has clicked save on the opensaveas dialog box.Can anybody help me on this issue?
Thankyou... -
how to call a function in the main window in open.window window
Hi,
I have an html page that has a javascript function that populates a dropdown list on the main html page.
Ihave written a function that opens up a new window on a button click on the main window using
[CODE=javascript]OpenWindow=wind ow.open("", "newwin", "height=350 , width=350,toolb ar=no,scrollbar s=no,menubar=no ");
OpenWindow.docu ment.write("<TI TLE>Projects And Contracts</TITLE>");...
No activity results to display
Show More
Leave a comment: