| Thread | Last Post | Replies |
|
| Need to keep client from being logged out at timeout. | 29 Nov 2007 23:31 GMT | 7 |
I've researched this question on internet, and I've tried a number of things I found to no avail to solve this problem... I work for a company using Visual Studio 2003 to maintain a website for realtors.
|
| Adding buttons dynamically to a form | 29 Nov 2007 22:25 GMT | 1 |
The problem I am facing is as follows: I am populating an HTML table on my webpage with rows of data from a database. The rows may be sometimes 10 and sometimes say,3. I have two buttons on that page "Next" and "Previous" which I want displayed just
|
| ASP.NET Account and ASP.NET Membership | 29 Nov 2007 22:14 GMT | 1 |
I am having trouble with ASP,NET Membership. The membership account is not being created in the App_Code folder as it should. It has been suggested to me that perhaps this is because the ASP.NET account does not have create permission.
|
| Is this possible in DetailsView? | 29 Nov 2007 21:00 GMT | 1 |
Ok. Webforms project/VB/ASP.net 2.0 I'm trying to whip up a quickie demo and my basic programming model is to display multiple records in a gridview and use that to select individual records for editing in a DetailsView. I'm trying to keep this as simple as
|
| splitting strings | 29 Nov 2007 19:56 GMT | 3 |
hey all, i have the following string value: xx__field_name__0__0 is it possible to split the string using the double underscores?
|
| Address Content Page Controls from Master | 29 Nov 2007 19:47 GMT | 10 |
There is a lot of good material related to using Master Pages for formatting controls and putting common design elements on multiple pages. I have VB.NET code that is common to all of my pages for doing things like rendering controls, making database connections, instantiating ...
|
| upload file/size | 29 Nov 2007 18:55 GMT | 6 |
Hi, I use upload control, how to enable upload *.pdf file and enlarge file size? Please help.
|
| Wierd paging issues with Gridview | 29 Nov 2007 18:53 GMT | 1 |
I'm having some wierd paging issues with a gridview. Here it is: http://www.gulfstreamonline.com/NonAuctions.aspx Page 2 is empty Page 3-5 have 1 item each
|
| Why use Ajax -- All comments welcome | 29 Nov 2007 18:07 GMT | 7 |
We are looking at Ajaxing our existing web application. Question is...Should we Ajax any and everything we can, or not? One example...if a page posts back to itself, is that a good candidate for Ajax?
|
| Subclassing Page | 29 Nov 2007 17:37 GMT | 2 |
I have created class that subclass the Page class. The problem is that it calls my OnInit methd ok and creates the HTML but the Page_load of my webpage that inherits the base class never gets called.
|
| Where in User.Identity.Name gets a value in Login control? | 29 Nov 2007 17:20 GMT | 5 |
For a logging application I need to test the value of User.Identity.Name together with User.Identity.IsAuthenticated to direct the program flow. I tried Login.Authenticated, LoggedIn and Page_Load events. In all cases the value is returned as empty. Based on whether this ...
|
| Problem with FileStream - FileNotFoundException | 29 Nov 2007 17:15 GMT | 4 |
I have the following problem with FileStream. In this line: FileStream file = new FileStream(filePath, FileMode.Append); there is an exception FileNotFoundException. But for sure path and file name (which are both concatenated to filePath) is correct and leads to the
|
| Duplication of record in database | 29 Nov 2007 17:07 GMT | 7 |
We have one web application developed in .Net framework 1.1. This site is live on production server since one year and used across world by many users. But only one of the users is facing following problem: Whenever the user submits an “Approval Process” form, there are 3 times
|
| drop down list | 29 Nov 2007 16:48 GMT | 1 |
I have 2 drop down list inside a table.. but I've been told that they are not justify inside the table.. what does that mean? Cheers!
|
| Asp.Net session vs. Database Queries. | 29 Nov 2007 16:15 GMT | 3 |
I did post this message in C# group also... I would like to know what you guys think is the best way to access data: Asp.Net session vs. Database Queries. In our application we are using asp.net tree view to display hierarchical
|