| Thread | Last Post | Replies |
|
| webparts in asp.net 2.0 | 14 Apr 2006 12:59 GMT | 1 |
How to check inside ascx file that this web part is closed or minimise? Best regards, Radek
|
| Invalid file name when printing Crystal Report | 14 Apr 2006 12:47 GMT | 1 |
I am newbie for ASP.NET programming and I am having this error when I tried to print a crytal report from my dotnet web application. Error Message : Invalid file name.
|
| how do i get openfiledialogue box in VB.NET.... | 14 Apr 2006 12:39 GMT | 1 |
guys i am having problem in getting openfiledialogue box in vb.net.. i want to develop a program for sending a mail.... can anybody please help me out here....
|
| 2.0 SIMPLE PROBLEM: asp:Rotator | 14 Apr 2006 12:34 GMT | 1 |
Could you help me please with a problem of asp:AdRotator usage? I have little experience. On Default.aspx page I have added AdRotator control to display banner images:
|
| HELP Localization doesn't work | 14 Apr 2006 11:18 GMT | 1 |
I'm trying this example for my application http://msdn2.microsoft.com/en-us/library/fw69ke6f.aspx (Explicit Localization with ASP.NET) but it doesn't work: it always display the default language, not switching
|
| Convert New Lines to BRs | 14 Apr 2006 11:09 GMT | 2 |
I'm trying to write a small asp.net webpage in c#. I've written code which connects to a microsoft sql database, runs a sql query and then prints that data out using a repeater. The problem is that the data in the database is in plain text and contains
|
| Parsing Request.Headers.ToString() | 14 Apr 2006 09:36 GMT | 3 |
I am using the following to retrieve header information from a webpage: Request.Headers.ToString(). What I get is a huge string of data. How do I go about extracting just the part that I need? Buried in the header is an example: &SM_USER=sck10&
|
| Process won't run | 14 Apr 2006 09:20 GMT | 16 |
I am building a web application to gather user information then launch a process to calculate results. The process is a 3rd Party executable. I cannot get the process to start. Is there a problem with this code? Public Overloads Shared Function StartApplication(ByVal fileName ...
|
| GridView ODS and ConvertEmptyStringToNull="false" | 14 Apr 2006 08:30 GMT | 1 |
Woundering if anyone else has had issues with ConvertEmptyStringToNull="false" ? I have a custom data class and am passing values to it via an ODS. On my insert, if the bound text box is empty an empty string or "" is passed to my
|
| HELP asp.net 1.1 to asp.net 2.0 conversion problem | 14 Apr 2006 07:57 GMT | 7 |
I was able to convert our web application using the web project option (still have a lot of problem when converting to a vs2005 web site). It run without a problem on my machine. I deployed to our test environment and I got the following errors:
|
| Problem using a FormView with an HTML table in Edit/Insert templat | 14 Apr 2006 07:50 GMT | 7 |
Hi, I have a problem with bindings in a formview. I have a formview; in the insert template i've created a wizard control and inside it i have an HTML table with some textboxes bound to the sqldatasource of
|
| Framework 2.0 is installed on Server 2003 but IIS stays with ASP.NET V1 | 14 Apr 2006 07:12 GMT | 3 |
I have an issue with IIS installation in Server 2003 : I can't change ASP.NET version from V1.1.4322 to V2.0.0727 in Service web extension tab of IIS to make it match with my site. The web site is OK for a static normal page, but give a HTTP 404 error for a static page made with ...
|
| Anyone care to help explain forms authentication in 2.0? | 14 Apr 2006 06:06 GMT | 3 |
I'm reading up on some tutorials on using forms authentication in ASP.net 2.0 I'm confused. In 1.1, I created a table in my DB for users, wrote a page for the login
|
| Update Query in formview | 14 Apr 2006 05:44 GMT | 3 |
Greetings all! After a week of toiling I've finallay decided to post the code below with hopes that someone can point out my error(s). Basically I have a Gridview/Formview on a ASP.NEt 2.0 page.
|
| asp.net 2.0 connectoin string (hopefully last question) | 14 Apr 2006 05:27 GMT | 1 |
In a long series of trouble trying to migrate to 2.0, I'm pretty close to getting it working. My connection string isn't liked by my query function, though. This is what I have:
|