| Thread | Last Post | Replies |
|
| Weird session lost and auto web.config | 10 Aug 2007 11:14 GMT | 3 |
I am recently experiencing a weird problem. I don't know what exactly is the cause of the problem but here is my scenario and symptoms. First of all here is my architecture
|
| Detect in C# the name of the ASP.NET user. | 10 Aug 2007 10:21 GMT | 8 |
I am making a ASP.NET application that connects to a database. I want to distribute this to my customers that may have different Windows OS, so my installer must handle different windows versions. The installer makes sure SQL Server 2005 is there, IIS is ready and ASP.NET
|
| Getting Other Data from SQLDataSource ? | 10 Aug 2007 07:46 GMT | 1 |
I have a GRIDVIEW I have bound to an OBJECTDATASOURCE that has the select pointing to a class method that uses ADO to grab a dataset from SQL Server Stored Procedure. One of the columns that comes back I am not interested for the Grid,
|
| Client and Serverside Script | 10 Aug 2007 07:46 GMT | 2 |
Is it possible to call javascript function from code behind page? If yes, how to do that ??
 Signature Regards,
|
| Creating user account by activation link. | 10 Aug 2007 07:18 GMT | 1 |
I want to develop one web application. What i want is to allow user to create account but at that time before giving rights to that user admin should accept this person's account. So what i want is when user create any account, adming will decide whether to allow user to use
|
| Problem with TextwriterTraceListener | 10 Aug 2007 06:28 GMT | 1 |
My code is using a class inherited from TextWriterTraceLister, creating a new object on Application_Start and inserting it in the listeners collection. This has run for years,but on a new 2003 server with all last fixes, I am
|
| Access control Property by App_Data module? | 10 Aug 2007 00:20 GMT | 1 |
If i create a module inside App_Data, how can i access the web control Property on webform? Just like VB6 , i create a *.vb , the can direct access the control property like FrmMain.TextBox1.Text = "Hello"
|
| Webservice returns recordset as XML-File | 09 Aug 2007 22:16 GMT | 1 |
as newbee in asp.net-webservices i was looking for examples, solving the following problem: i do have to programm a webservice that connects to a sql-server and selects a recordset by the handed id (parameter of the webservice). so
|
| Right-to-Left in textbox | 09 Aug 2007 21:57 GMT | 1 |
I want to display an accumulator as I punch numeric digits into it, but there is no RightToLeft property in a textbox. Is there a way? Ray Reeves
|
| Is it a good option to use some components developed by web client software factory | 09 Aug 2007 21:25 GMT | 2 |
I have developed a data access layer in my web site application by using web client software factory and put it in my business module as a service. The question is: Is it a good option to reuse this data access layer in my web services
|
| Check Box Question | 09 Aug 2007 20:37 GMT | 3 |
I need some assistance with a check box question. I have two check boxes on a page: <asp:CheckBox ID="ChkYes" runat="server" Text="Yes" /
> <asp:CheckBox |
| Help getting a lock to work properly | 09 Aug 2007 20:34 GMT | 1 |
I have had my head spinning for two days on this one. I have what i thought was a simple enough locking issue, but havnt been able to get it working. Here is my setup:
|
| Can't get started | 09 Aug 2007 20:23 GMT | 3 |
I have a dozen buttons on the form with typical HTML code: <asp: RadioButton id = "RadioButton2" ... runat = "server" ... > </asp:RadioButton> It compiles, but when run I get:
|
| App_Error In Global.asax and HTTP 404 File Not Found | 09 Aug 2007 20:18 GMT | 2 |
Why do HTTP 404 File Not Found messages not get trapped and sent into App_Error in Global.asax, like most other errors/exceptions? How do I detect it?
|
| Doubt creating a class/function? | 09 Aug 2007 20:02 GMT | 5 |
Hi, I have a lot of this piece of code (C# asp.net 2.0 - VS 2005) to fill a lot of combos: SqlConnection mycn; SqlDataAdapter myda;
|