| Thread | Last Post | Replies |
|
| launch exe | 20 Mar 2006 20:29 GMT | 1 |
I have a windows service that do some check every hour, calling a webservice in my app. Now I need to upload my app on a shared hosting and I can't install my windows service, so I need another solution; a simple timer doesn't work in
|
| Accessing server controls using javascript... | 20 Mar 2006 20:10 GMT | 2 |
I have a javascript that needs to reference a server control (Listbox1) to check if an item is selected but the server controls are renamed '_ctl0:mainbody:Listbox1' when displayed in a masterpage. Unfortunately the script needs to run whilst displayed in a number of different ...
|
| JavaScript error when using validators on SSL page w/ASP.NET 2.0 | 20 Mar 2006 20:09 GMT | 2 |
I'm getting javascript errors when I use Validator controls on my checkout page which runs under SSL. This is only happening on Windows 2003 server though and not on my XP development machine. The JavaScript error itself is not revealing much and therefore doesn't give
|
| ASP.NET 2.0: asp:Login and OnLoggingIn | 20 Mar 2006 20:03 GMT | 4 |
I have a problem with logging in implementation in ASP.NET 2.0. I decided to use asp:Login control (which is enough), but I cannot find solution for handling logging in. I have an .aspx:
|
| server explorer window | 20 Mar 2006 19:41 GMT | 5 |
i hav a project in visual basic.net which uses asp.net web forms to access a microsoft access database. i had fierce trouble getting it to access the database but fixed it by accident. basically i deleted the database from under 'data connections' in the 'server explorer window'
|
| use Formview cancel commandname to return to GridView Page? | 20 Mar 2006 19:25 GMT | 4 |
I'm trying to code a FormView page to return to the Gridview List if the user clicks the Cancel button while in insert mode but nothing happens with the following code: void VanDetailFormView_ItemCommand(Object sender,
|
| ArrayList in web user control | 20 Mar 2006 19:25 GMT | 4 |
Please can u tell me why this code does not work: <%@ Control Language="VB" ClassName="WebUserControl" %> <script runat="server"> ' To create an ArrayList, first, we must dimension it:
|
| can JavaScript change web form control property? | 20 Mar 2006 19:10 GMT | 3 |
I have written JavaScript and try to change the radio button property (disenable other radio buttons) once click on it. But it does not work. For example, I have radio buttons A, B, and C. A and B are in the same group AB. When A is selected, C is enabled; otherwise, C is ...
|
| function if javascript enabled, else postback | 20 Mar 2006 19:05 GMT | 10 |
Hi; When a user clicks a radio button, what I would like to do is that if javascript is enabled on their browser, it calls a javascript function and does not do a postback. If javascript is disabled, then it does do a postback.
|
| Web services | 20 Mar 2006 18:50 GMT | 1 |
I need a complete stuff related to webservices,plz send me related stuff.Actually i don't know anything related to Web services.send me the complete stuff from scratch thanks
|
| CssClass Property | 20 Mar 2006 18:45 GMT | 2 |
I'm not sure I completely understand how to use stylesheets in the WebForms designer (I know how to do it in source). Seems to me that even though you associate a CSS with a webform, none of the styles appear as options in either the CssClass property (for WebControls) or the ...
|
| Sub button1(Source As Object, e As EventArgs)?? | 20 Mar 2006 18:18 GMT | 2 |
I'm still new to asp.net and i would like to understand this: "Source As Object, e As EventArgs" <script runat="server"> Sub button1(Source As Object, e As EventArgs)
|
| How to set up dropdownlist selected value | 20 Mar 2006 18:08 GMT | 2 |
Hi, I have a dropdownlist that is basically pulled the data from database using sqldatasource. The dropdownlist will give years result. The results will be from 1967 to 2006.
|
| Populating a DropDownList | 20 Mar 2006 18:08 GMT | 6 |
I have a MS SQLServer database which has two tables, 'images' and 'photographers'. The photographer table contains a field for PhotographerID and a one for PhotographerName. The image table also contains a field for photographerID which is used to join the two
|
| Maximum Textbox Size | 20 Mar 2006 18:05 GMT | 2 |
I need to pass a large amount of data to a ASP.Net 2.0 web app. What is the maximum amount of data I can place in a hidden text box?
|