| Thread | Last Post | Replies |
|
| ASP.NET newbie | 12 Nov 2007 15:20 GMT | 6 |
This maybe a very simple question, but i am very new to asp.net. Can someone please fix following for me? <% If IsDBNull(Container.DataItem("initials")) Then
|
| Best way to do this? | 12 Nov 2007 14:50 GMT | 4 |
I have a distributed N-tier C++ application that I want to make available online. Because of the architecture, I should be *in theory* be able to replace the presentation tier from the current one to web pages. However, I am not sure what the best way to do this is - since the GUI ...
|
| Gridview question - Just curious | 12 Nov 2007 14:08 GMT | 1 |
I worked on a fairly large web project about 2 years ago but that was in Dot Net 1.1. I have no web experience in Dot Net 2.0 and Visual Studio 2005. I was trying a basic web exercise in VS2005. Create a web project and drag a table from the server explorer to the designer, ...
|
| jquery .js file = windows authentication dialogue? | 12 Nov 2007 13:35 GMT | 2 |
I'd like to use the jquery datepicker. I have a asp.net 1.1 application set up with forms authentication protecting an admin directory: <location path="admin">
|
| Calling Open With dialog from asp.net | 12 Nov 2007 13:34 GMT | 2 |
Hi Friends, I would like to show the Open With dialog of windows (the one which is shown when windows couldn't find the application to open the file) to the user on some specific event.
|
| User input date Validating | 12 Nov 2007 13:16 GMT | 1 |
I'm trying to validate user input date using range validator on a text box . This code is throwing this exception "The value 'DateTime.Now;' of the MaximumValue property of 'rvQDate' cannot be converted to type 'Date'. "
|
| deployemnt means | 12 Nov 2007 13:02 GMT | 2 |
dear sir/madam Please tell me what is exact meaning of depoloyment in asp.net? Thanks in Advance
|
| :( I asked a lot a bout date validation :( | 12 Nov 2007 11:31 GMT | 1 |
Why can't I get any response concerning this topic ? I want to validate the input user date format and date range ........................... Any feedback will be most appreciated.
|
| Error: Unable to start debugging on the web server | 12 Nov 2007 10:24 GMT | 2 |
I am running Visual Studio 2003 on XP, which I have used to run VB, C# and C++ non-web applications without any problems. I'm just starting to use WebForms with asp.Net. When I tried to run my first application, I got the following error.
|
| Loop in SQL Part II | 12 Nov 2007 09:51 GMT | 5 |
Thanks for all. But my problem is a little different. Example: The system SELECT COUNT the table "QUESTIONS" on DB
|
| "ASPCompat" attribute | 12 Nov 2007 09:12 GMT | 2 |
I have an ActiveX DLL, developed in Visual Basic 6.0 and I need to use that DLL inside an ASP.NET application, developed in Visual Basic .Net 2003. My problem is that in my machine I get the error "QueryInterface for interface ... failed" when I try to use same method of the ...
|
| How to write a xsl file for this xml file? | 12 Nov 2007 04:04 GMT | 2 |
hi, i want to write a xsl file for the following xml file, and use this xsl file as the transform file of XmlDataSource. How to write it? <?xml version="1.0" encoding="utf-8"?> <students>
|
| Public Shared Property in a DLL | 12 Nov 2007 03:15 GMT | 12 |
Suppose there is a ASP dot.net web application and a dot.net class library (written with vb dot.net). The web application references the class library. The class library contains a ... Public Class test
|
| log shipping .trn files question | 12 Nov 2007 02:55 GMT | 1 |
I've established the log shipping between my Primary database server and the Stand by database server. In the Stand by server, the database is gray, and in the BACKUP folder, there're MyDB_init.bak and many .TRN files.
|
| visual studio 2005 | 12 Nov 2007 02:27 GMT | 3 |
I must be out of my mind. I used visual studio .net 2003 before and I installed 2005 a while back, but seldom to use it. Recently I was required to start to learn C# asp.net. So I tried to open a web application project in 2005. but I cannot find any
|