| Thread | Last Post | Replies |
|
| HTML Input=file - specify file type. | 25 Apr 2006 15:32 GMT | 3 |
Is there any way on an input="file" to specify what the default accepted types are? I don't want to have the user even be able to see the wrong type. TIA - Jeff.
|
| implement soap listener | 25 Apr 2006 15:28 GMT | 4 |
Friends, Like to implement soap listener using C#.net, Can any one shed some light on how to do this. Thanks,
|
| Load report failed | 25 Apr 2006 15:12 GMT | 1 |
I am tryng to load a Crystal Report in Visual Studio 2005 but I'll get "Load report failed"... I have tryed to load the file with a FileStream and it works without error so I can load the file as I have understand it...
|
| stop firing validation controls | 25 Apr 2006 14:56 GMT | 2 |
I have designed a form which process database Insert, edit and Delete(datagrid). I input userid,password and privilege in textboxes which has validation controls to verify data keyed in. And press the button to perform insert
|
| validating groups of validators in 1.1 | 25 Apr 2006 14:21 GMT | 3 |
I noticed this nice new feature in 2.0: a.. Validation Groups - Validation groups allow multiple forms on a page to be separately validated. Alas, I'm using 1.1 on a project at the moment and need to do exactly that.
|
| Cross-browser compatibility of Asp.net v.1.1 & 2.0 | 25 Apr 2006 14:01 GMT | 1 |
I got question from Customer. What kind of browser and version which can browse properly if application running on ASP.net v.1.1 or 2.0 beside IE.5x above? Firefox, Nescape, Mozilla, Opera? Any info which can help, thank you very much.
|
| ASP.NET Website Project | 25 Apr 2006 13:51 GMT | 13 |
When i create a website using Visual Studio 2005 i have an option to choose based on the local file system or the http:// address; For the local file system, when i later run my web site, the asp.net development server starts and it assigns a random port to the web
|
| Two DropDownList controls in one DataGrid cell | 25 Apr 2006 13:35 GMT | 1 |
I need to have two ddl's in one DataGrid cell. The first ddl has a list of company names and the second has a list of contact names that work in the company name that was selected in the first ddl. Any replies will be greatly appreciate.
|
| valid html strict | 25 Apr 2006 12:38 GMT | 3 |
Just a general Q, but how do people feel about whether their html (or ASP.NETs html product) validates according w3org standards? I've just gone through a few hoops to get the warnings cleaned off my site. I feel happy that the site is now clean internally, but there wasn't an ...
|
| Parsing Problem.... | 25 Apr 2006 12:11 GMT | 1 |
Hai all, In VC++, CString str = " 4 76 1"; int nNo = atoi(str.Mid(0,8));
|
| How to use javascript to hide or show an ASP.Net control? | 25 Apr 2006 12:02 GMT | 6 |
Is this possible at all? I'm working on a Atlas project which at one point requires me to hide an ASP.net control with Javascripts running on the client side. Anyone able to provide any help on this?
|
| Web Service Problem | 25 Apr 2006 12:00 GMT | 1 |
Hi i have Following webmethod inside my webservice it does the job of checking up the unchecked checkboxes and viceversa inside the grid . [WebMethod]
|
| calendar | 25 Apr 2006 11:59 GMT | 1 |
Is it possible to get a calendar in a combobox and then search by the chosen date? Frederik
|
| Can we use html Tag in GridView | 25 Apr 2006 11:26 GMT | 1 |
I want to change some color of words in a GridView. So I add some Html tag to the words in a Gridview like: <font color='Red'>MyTest Words</font> But the it did not change the color but jset how the Html tag around it.
|
| Server-side events do not fire the first time after client-side validators have fired | 25 Apr 2006 11:10 GMT | 2 |
I asked this back in January without answer and forgot about it until now. I've got a basic web form, two textboxes, a couple of radio button groups, some required field validators, and a Submit and Cancel button. When the page loads, if I click the Cancel button, the server-side ...
|