| Thread | Last Post | Replies |
|
| dropdownlist formatting | 09 Jun 2008 21:27 GMT | 2 |
hey all, i'm binding a date field from sql to my dropdownlist and it's showing the time. is there a way to format that in visual studio?] thanks,
|
| Known Issues with ASP.Net for Server upgrade - Windows 2000 to 200 | 09 Jun 2008 21:09 GMT | 4 |
We are currently in the process of upgrading our web server from Windows 2000 advanced server to Windows 2003 SP2. We have few ASP.Net applications built with .NET framework 1.1 running on the web server.
|
| ASPX page jscript rt error: null is null or not an object | 09 Jun 2008 20:59 GMT | 1 |
I created an AJAX ASP.NET website. When I run the site in IE, with debugging on, I get: A runtime error has occurred. Do you wish to Debug? Line: 43
|
| Why CancelButton's OnClientClick cannot be set programmatically in a wizard? | 09 Jun 2008 20:02 GMT | 1 |
I'm trying to programmatically assign a script to a CancelButton's OnClientClick in a wizard step. I'm doing it in ActiveStepChanged event handler. I'm also assigning scripts to finish and previous buttons in the same handler without any problems (btw, the same script is ...
|
| Session Timeout isn't working correctly. | 09 Jun 2008 19:11 GMT | 6 |
Folks, I'm having problems with my session timeout. People using my website leave it just sitting there while they do other things. They have logged in ( using Forms Authentication ) and will be doing other things will a page of
|
| validating a URL | 09 Jun 2008 17:23 GMT | 1 |
Hi just wondering if there is a way to validate a URL entry in a web application (using vs.net 2005 c#)? Any examples, what validator control? thanks.
|
| Get info from a page | 09 Jun 2008 16:47 GMT | 4 |
The fragment below is from a table on a page I pull, (scrape), information from. The fragment is one row of what is potentially several rows. The items with id's I can get: id="dgdBusSchedule__ctl1_lblDepartureDate" yields "06:11"
|
| Retrieve return value of SQL User Defined Function? | 09 Jun 2008 16:33 GMT | 2 |
I have been able to retrieve the scalar value of a SQL Server Stored Procedure as follows: Shared Function fGetGroupPerformanceStatistic(ByVal strGroup As String) As String
|
| Gridview - visual basic - need to know which row contains the clicked button. | 09 Jun 2008 15:38 GMT | 2 |
All - Thanks in advance for any help you can provide. I've been working with a GridView in Visual Basic for a long time trying to get a list of contacts and to be able to edit and delete the contacts as well as
|
| How do I add a buttonfield to my gridview? | 09 Jun 2008 15:32 GMT | 5 |
I have a grid view that I have formatted using table objects (see below). But now I want to add a buttonfield within <td> tags, it will not let me. How do I add a buttonfield? <asp:GridView ID="GridView1" runat="server"
|
| Visual Web Express 2008 X Visual Studio Pro 2008 | 09 Jun 2008 15:07 GMT | 3 |
My trial period with VS 2008 will expire on 6/30/2008. Of course, I need to buy VS ($900, in Brazil) or I can to continue my pure asp.net application with Visual Web Express (free). I need to know, quickly: - what VS has that VW not has that I would need ?
|
| Creating a plug-in module | 09 Jun 2008 14:44 GMT | 3 |
I'm new to ASP.Net applications. I have created a login application for webserver. Now I would like to use the same coding for different applications(using a dll like that).
|
| How to execute client-side code _after_ client-side validation? | 09 Jun 2008 14:31 GMT | 2 |
I'd like to display (i.e. make visible) a label after a submit button is clicked but only if the client-side validation is successful. If I did not care about the validation then I'd simply modify style.display of the label in my onclick (OnClientClick) script. The problem is ...
|
| default values from the database formview insert mode | 09 Jun 2008 13:42 GMT | 3 |
hey all, has anyone ever bound data to a formview that's in Insert Mode? For example, if you had to get default values from the database for a new record? thanks,
|
| Hosting .net windows forms controls inside an asp.net page | 09 Jun 2008 13:34 GMT | 3 |
Is there any way to use .net windows forms controls inside asp.net pages and not require that the client have .net access? I'm more the less thinking of mobile devices that don't have access to, or the ability to run .net. If you can do this, how do you do it?
|