I believe that wrapping the javascript code in a function and using the body tags onload event will resolve your issue. You code is trying to look up the input element before it is loaded.
I just use the onload attribute in html to assign the javascript function to it. The onreadystatechange is cool but it only works in IE or Mozilla not sure which one. Anyway I have a hidden field in...
Everything works fine. However after the first page load, anything I click that postsback will re-databind the formview. After the first postback everthing works...
I am usinging a formview that is wrapped in an updatePanel. I have an ObjectDataSource, and tried the SQLDatasource, Binding the formview. The datasource is in the main placeholder outside any of the...
I am using the sql send mail stored procedure inside an asp.net 2.0 website. When I run it on my localhost it sends the mail fine. However, when I build it out to our main server on the UNC it won't...
I have a datatable (Rotation) Which I am Dynamically adding columns to through names. At the end I bind the datatable to render the results. The issue I am having is that it displays the text as...
I have autopostback set to true. The listbox works fine when it is reposted however I still get the data listed twice when the form loads for the first time.
I have a listbox and have it bound to return a list of model numbers. I also want to add a column at the top that says ALL Models. When I change AppendData to true I get the ALL to show up but the...
The sql server is a robust database that can handle many users and commands much more reliable and effective than say MS Access. You can write your commands in a front end (client) program like an...
I am trying to get the text out of a dropdownlist (JobLine). The text is someting like "HV20" AND the selectedValue would be 18. When I write the statement below the s.electedvalue returns 18 but the...
Did you run the aspnet_regsql file to add the proper tables and procedures to your database? to do this goto your sdk command prompt and type aspnet_regsql. if you choose default then it...
I am using the following command to list some names based on what shift the supervisor is in charge of. If the management person is over the entire area I want them to see all of the employees. in...
I am using the following command to list some names based on what shift the supervisor is in charge of. If the management person is over the entire area I want them to see all of the employees. in...