| Thread | Last Post | Replies |
|
| Validator for only letters | 27 May 2008 13:31 GMT | 2 |
how can I check that a user input only 2 letters (not numbers) in a textbox? (ASP.NET 2.0 - C#) Thanks in adavance.
|
| Show onyl selected record in GridView | 27 May 2008 13:26 GMT | 2 |
is it possible, when a user select a record in a GridView (ASP.NET 2.0 - VS 2005) show only this record in this GridView and hidden all others records? Thanks a lot.
|
| Problem retrieving data from Stored Procedure from SQL 2005 | 27 May 2008 11:49 GMT | 2 |
I am creating a stored procedure which contains an output parameter. Though the procedure is getting compiled properly I am not able to execute it from within SQL Server Management Studio and also through an aspx page. I keep getting empty output (not null)
|
| File upload inside a usercontrol inside an updatepanel | 27 May 2008 10:02 GMT | 5 |
Having a bit of trouble here. I know that if you want to use a fileupload control inside an AJAX update panel then you need to create a trigger for the control that performs the uploading postback to the updatepanel, but the problem is, I have an update panel inside a web ...
|
| partial page classes | 27 May 2008 09:34 GMT | 2 |
I want to use partial classes with my pages. Do I need to put all of the page using statements in both class files? or just one of them?
|
| SLOW oh so slow | 27 May 2008 09:30 GMT | 4 |
I have a asp.net web site with vb.net back end, when I connect to the MS sql 2000 server via ado.net it takes a long time to connect to ms sql >25sec. Addressed sql server via ip, full network name & computer name. I have enabled pooling, watched the traffic via netmonitor and it ...
|
| web application vs windows application (ribbon) | 27 May 2008 09:22 GMT | 3 |
Hello! I'm doing a Windows app using ribbons, but now I think about to migrate it to a Web Application. ¿How could I use ribbons in a Web?
|
| Project references - updating | 27 May 2008 09:13 GMT | 2 |
I've got a library project containing common code. I've got it included in another solution as a project reference, but when I update any code in the library, it's not immediately reflected in the main application. How are updates to referenced projects handled in these ...
|
| VB6 Webclasses to ASP.net | 27 May 2008 08:24 GMT | 1 |
I need to upgrade a VB6 webclasses application to asp.net and it seems like almost an impossible task. My application used a lot of tags with the processtags event. Also I have a lot of html templates. Is it possible to actually upgrade with certain changes to the code or do I ...
|
| Checking the existance of a dataTable in a dataSet | 27 May 2008 08:06 GMT | 1 |
Part of my wizard code requires that when each wizardStep is activated, a check is done to make sure a certain table in a dataset does exist. If it does exist, bind to it and show the contents in the gridView. If it doesn't exist, just bind to the gridView and show the ...
|
| Getting the current page size in asp.net | 27 May 2008 07:42 GMT | 6 |
I am new to asp.net. Can anybody please tell me how to get current page size in asp.net...? Thanks in advance. Regards,
|
| Complex databinding | 27 May 2008 07:20 GMT | 1 |
I have an class, named MessageTemplate, that has three properties: Name, Description, and Tokens. The Name and Description properties are strings. The Tokens property, however, is a KeyedCollection of the Token class. The Token class has two string properties: Name and Pattern.
|
| the best visual design for this problem | 27 May 2008 06:59 GMT | 1 |
I have 2 text boxes inside a wizard step. When the person types in to the TextBoxes and clicks the add button, the text in the TextBoxes shows up inside a gridView at the bottom of the page. I need to figure out if I should do 1 of the following things:
|
| Output Dynamic Graphic from Webcontrol | 27 May 2008 06:29 GMT | 4 |
I've figured out how to create an image on the fly on my Website. Once created, I write the image to the page using code like this: Bitmap bm = [...] [...]
|
| 2 Questions about using AJAX with Master Page | 27 May 2008 02:41 GMT | 11 |
Trying to create a master page that holds a menu, and the menu switches between pages in the site. 2 problem arrosed: a. When I navigate from page to page (all AJAX Web Forms, with the Master pages as their master...) the entire page is refreshed - also the menu which
|