| Thread | Last Post | Replies |
|
| Repeater Control and Validation in each row | 18 Sep 2006 19:59 GMT | 1 |
I am using a Repeater control to display data and also allow data editing. I simply have text boxes in my repeater template and allow the user to make changes as needed.. I also allow users to enter new rows. I do this by showing them a blank row.
|
| Visual Web Developer and web server... | 18 Sep 2006 19:50 GMT | 1 |
it is possible to configure the VWD web server to set up as root http://localhost:1452/file.aspx and not http://localhost:1452/project/file.aspx? Thanks to all. Marko
|
| DataList DataKey button_click assignment Problem (DataListCommandEventArgs) | 18 Sep 2006 19:23 GMT | 1 |
I'm don't know how I would get around this. When working with a datalist control, there a specific built in commands (OnEditCommand, OnCancelCommand, etc). These commands, when the datalist control is made, refer to a subprocedure (eg:
|
| ASP component to control meta tags | 18 Sep 2006 18:27 GMT | 2 |
I would like to have one place where I can control the metatags in my website. Mostly keywords. Is there a component that will let me do that or what is the best way? Thanks Torben
|
| Excel.Application | 18 Sep 2006 18:17 GMT | 1 |
I'm sorry if this is not the right group to post this post, but unfortunetly this one is one of the best i know. I'm doing and asp.net application with need to create excel file thru DCOM Excel.application object. For that I created special user and make
|
| GridView Controls Question | 18 Sep 2006 18:16 GMT | 1 |
I want to ask the user whether they are sure they want to delete a record with a message box How can I do that if the user uses the delete column of the control? Thank you,
|
| XML DOM troubles | 18 Sep 2006 18:00 GMT | 2 |
** I tried to find a more suitable NG for this issue but didn't find much (on the MS server) the ones I did find haven't had posts in a loooong time. Sorry for the somewhat off topic post ** My Situation:
|
| avoiding "server error in '/'application" error page (VBNET, Website) | 18 Sep 2006 18:00 GMT | 3 |
I've developed some webcontrols in VB, I'm using these in a website project If the webcontrol is getting an error I ll get the message: Server error in '/' application, and than more information. This can occur, but I donot want to see this error page. In stead I want the
|
| Access session of another user | 18 Sep 2006 17:41 GMT | 4 |
Is it possible to access the Session of an arbitary user from an aspx page? On an e-commerce site, I am notified of payment success via a callback from the payment server to an ASPX page on my system. I would like to be able to access the session of the user that submitted the ...
|
| Showing Small Window | 18 Sep 2006 16:51 GMT | 5 |
I'd like to have some help buttons on my page pop up a smaller browser window with the help text and perhaps a close button. Does anyone have any examples of this, or suggestions on how to get started? Thanks.
|
| Running and debugging a website on http://www.mysite.com instead of http://localhost | 18 Sep 2006 16:06 GMT | 5 |
Running and debugging a website on http://www.mysite.com instead of http://localhost I need to test and debug a website using the full website name instead of localhost.
|
| Set Values on child controls on a formview | 18 Sep 2006 15:54 GMT | 2 |
> I wish to get and set values on child controls on a formview. > > For example. Changing the text in textbox. Hiding or unhiding child > controls based on user. Replacing a blank with a default or calculated value |
| Treeview event | 18 Sep 2006 15:50 GMT | 1 |
During a postback event from the treeview control I try to update a label's text. The code is called in the event handler for OnTreeNodePopulate but the label text isn't updated when the page returns. Below is the sample code. Ideas?
|
| Error Rendering Control | 18 Sep 2006 15:38 GMT | 4 |
Using VS2005. When I add a server control to a page in design view, it displays the following; Error Rendering Control = <control name>
|
| Exception stack trace sometimes not showing line numbers | 18 Sep 2006 15:20 GMT | 4 |
I have an application on one server that shows line numbers in stack trace, but on another server the "in c:\xxx.aspx:line 9999" part that accompanies the "at" part doesn't show. Besides this difference, they appear to be nearly identical.
|