| Thread | Last Post | Replies |
|
| please help | 27 Sep 2006 08:43 GMT | 1 |
I have installed "MIcrosoft Visual studio.net 2003" on XP platform,used it for a month but now I'm facing the following problems: 1. my system shuts down whem i m using MSDN or any other .net framework
|
| Disabled TextBox | 27 Sep 2006 07:31 GMT | 1 |
i have a textbox server control whos value is being changed using javascript. when the text is changes and i post back to the server the Text change is not reflected, instead i get blank string. if the TextBox enabled property is set to true , everything works fine.
|
| ATLAS, Gridview, EditCommand event not firing | 27 Sep 2006 06:21 GMT | 1 |
I have an update panel that contains a gridview. There are 2 triggers: one for a search button that is outside the panel and one for the gridview EditCommand Event. The search works fine, the button click event fires, no problem.
|
| Server.Transfer Problem | 27 Sep 2006 06:01 GMT | 2 |
Pls read my problem described below. When using server.transfer the previous page is displayed in the url address of the browser. For example, login.aspx is displayed in the browser. When login button is
|
| manual input field OR dropdown value | 27 Sep 2006 03:42 GMT | 1 |
Not sure if I'm trying the impossible here but using VStudio 2005 I have to allow for an editable Gridview field that gives a user the option of manually typing a value OR selecting it from a list of common values.
|
| Crystal report Generation | 27 Sep 2006 02:28 GMT | 2 |
Can anyone here suggest me a solution to solve my follwoing problem? 1) I got a .aspx page and on that page i got a combo box and a command button. Combo box displays records from the database. I wanted to generate a report which is based on the record that user selects
|
| Does this architecture make sense? | 27 Sep 2006 01:32 GMT | 2 |
This one is directed to the very seasoned ASP.NET developers & architects. I want to implement a new URL standard for a client that would be similar to something I've done in the JSP/servlet world in the past. However, I'm not sure if it's technically viable in .NET or if ...
|
| q; access to a remote file | 27 Sep 2006 01:16 GMT | 7 |
\\MyRemoteServer\F1\F2\F3\This PDF.pdf is accessible thought my IE browser, so my user has access there. However the following code gives "Logon failure: unknown user name or bad password.\r\n"
|
| q; not performed during debug | 27 Sep 2006 01:05 GMT | 3 |
private void DownloadPDF(string fPath) { Response.Clear(); Response.ContentType = "Application/pdf";
|
| problem with the <authenication loginurl=..... | 26 Sep 2006 23:43 GMT | 1 |
asp.net 2.0 I created a simple helloworld website so I could tryout athentication in asp.net 2.0 Start page is Default.aspx. The problem is that when I start this web
|
| Multiple asp:Panel controls on a page | 26 Sep 2006 22:58 GMT | 2 |
I have mutliple asp:Panel controls on a single page, each with a default button defined (each default button resides within its respective asp:Panel). All validation controls and buttons within each panel also have separate ValidationGroups defined. When an asp:Textbox has ...
|
| JS in ASP.NET | 26 Sep 2006 21:48 GMT | 2 |
<asp:TextBox ID="txtCarat" runat="server" TabIndex="38" Width="28px" onkeypress="return NumericOnly(event);"></asp:TextBox> I tried to code this line to filter the none numeric characters typed into the textbox but it doesn't accepts it
|
| Why am I getting this error . . | 26 Sep 2006 21:37 GMT | 2 |
Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive This error only occurs while I am debugging. The code is production code that has been running successfully for over year. I did not get this error
|
| Atlas Usage | 26 Sep 2006 21:32 GMT | 1 |
Is anyone actually using the Atlas Control Kit on a production website? Should I be worried about platform modifications if I decide to use it in mine? Derek
|
| is there a way to pass my object | 26 Sep 2006 21:21 GMT | 2 |
hey all, i'm in the code-behind for my web page and i have a gridview bound to a custom object. i have an add new record on the footer template. my custom object accepts an Employee object but i'm not sure how to pass this:
|