| Thread | Last Post | Replies |
|
| Getting Controls in JavaScript | 19 Jul 2007 13:10 GMT | 3 |
How do I get the control that generated an event in Javascript? I can do something like: var checkBox = document.getElementById('DataGrid1__ctl2_Choice'); But that doesn't tell me what object generated the call.
|
| IIS 403 error | 19 Jul 2007 13:01 GMT | 1 |
I have a web app that works fine. I am now trying to port it to another server. To test the install I am attempting to run it on a virtual W2K3 server (under XP) whenever I try and run the app I get a 403.1 Forbidden: execute access is
|
| Interview Question & Answer | 19 Jul 2007 12:47 GMT | 2 |
I want to dot net interview question with answer if any one have question with answer please send me.. i am fresher Thanks in advance..
|
| FileUpload control browse view | 19 Jul 2007 12:26 GMT | 2 |
I'm using an asp.net 2.0 fileUpload control which works fine. What I'd like is that when a user clicks on the browse button the dialog shows thumbnails view instead of the default list view. Is there any way to acheive this? (vb.net if possible)
|
| Exporting GridView data to Multiple File Formats | 19 Jul 2007 12:20 GMT | 1 |
The following is from my friend who has only restricted net access from his office and hence cannot post.... -------------------------------------------------------------------------------------------------- I am trying to export a GridView data to multiple file formats. The
|
| Performance problem with RegEx | 19 Jul 2007 12:07 GMT | 2 |
I have a performance issue related to regular expressions and caching , hopefully someone can point me in the right direction? I have a asp.net web service that is called several million times a day. It does not have data caching enabled since the input variables
|
| Custom Controls: Import a custom namespace and use its functions within | 19 Jul 2007 12:03 GMT | 1 |
I've a custom control and here are it's contents: mypanel.asx -------------------------------------- <%@ Import Namespace="mylib" %>
|
| Two buttons on same page | 19 Jul 2007 11:00 GMT | 2 |
I have a Submit button for a page which uses validation controls, and now I want to add a Logout button to a user control at the top of the page. But whenever I press the Logout button, the validation associated with the Submit button occurs. How can I prevent this from happening?
|
| Getting event/method name | 19 Jul 2007 10:40 GMT | 2 |
is there any object available in c#/asp.net which can give me event name in that eevnt only. Like if I am in Page_load event, i should get Page_Load or if I am in Button_click event I should get Button_Click. SO that I can logg it in my cutom log file with a generic logic.
|
| Querystring or ViewState question | 19 Jul 2007 10:08 GMT | 1 |
Hi group, One of my web pages is a page that allows the user to create or modify a project definition. It displays a feedback message when you've performed certain actions that causes the page to post back to itself
|
| Data Binding Issues | 19 Jul 2007 09:54 GMT | 1 |
Hi all, I can't seem to get rid of this error whatever I do to have a successful connection: `````````````````````````````````````````````````````````````````````````````````` Explorer Error:
|
| Pages not in root folder | 19 Jul 2007 06:48 GMT | 5 |
Our website used to have all pages in the root folder, and the entry page is "Login.aspx". I was asked to move all pages inside a folder named "Aspx" Is it possible to move also the default page "Login.aspx" into this
|
| FileUpload and update panel | 19 Jul 2007 05:36 GMT | 5 |
i have coded like this <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:Label ID="Label1" runat="server">
|
| ASP.NET 2.0 Membership: How to authenticate a user without login control? | 19 Jul 2007 03:54 GMT | 4 |
I am using ASP.NET 2.0 Membership and I need to authenticate a user without using login control. Is there any sample code that shows me how to do that? Thank you, Max
|
| Object references from aspx to C# ? | 18 Jul 2007 23:15 GMT | 2 |
I have trouble getting an object reference from aspx to c# code. I have 2 controls created in an aspx page: ... <MyNamespace:MyControl1 ID="ctrl1" runat="server" ParentWindow="<%# this %>"
|