| Thread | Last Post | Replies |
|
| data access question in asp.net 2.0 | 27 Dec 2006 15:57 GMT | 2 |
I have a question regarding data access, here is my scenario, when a user create username, that username is check against username table, if new request username is existed already, then return it to user who originally requested. if that username
|
| GridView Question | 27 Dec 2006 15:17 GMT | 3 |
Hi group, i have a question relatred to gridview and postback (i should probably know this by now, considering i've been working with .net for a few years now, but baahh). Why could a gridview (regular gridview, no custom controls inside, bound to a list<custom object>) loose it's
|
| How do I compile ASP.NET application from VS.NET 2005 in .NET 1.1 | 27 Dec 2006 15:08 GMT | 6 |
I have an app that I created in ASP.NET 1.1 using VS.NET 2003. Does anybody know if its possible to compile this application using VS.NET 2005 in .NET 1.1 ( I don't want to compile on .NET 2.0 since my company's web servers are still running .NET 1.1).
|
| user control object | 27 Dec 2006 14:51 GMT | 1 |
I am using VS2005. I have created a user control with some properties. I am trying to pass the user control object to a method in a another class. But I cannot see the user control in the class list when intellisense comes
|
| gridview, databinding, date and formatting problem | 27 Dec 2006 13:55 GMT | 12 |
A simple problem that seems hard to solve... I have a gridview with a date row. <ItemTemplate> <asp:Label ID="Label2" runat="server" Text='<%# Bind("time")
|
| doubt regarding load and init | 27 Dec 2006 13:12 GMT | 4 |
I am newbie to asp.net. I have small doubt regarding page life cycle. MSDN documentaion says that init event does blhah, blah load event does blah blah etc. But Id ont see any init or load event handlers in base page class. Are there any handlers for these with different names.
|
| XML truncated on client when using FOR XML... | 27 Dec 2006 12:26 GMT | 2 |
I have a stored proc that returns an XML doc. Testing it in Query Analyzer, it looks fine. However consuming it in C# application truncates xml string when result is converted to string from an ExecuteScalar data command. May have something with string conversion because ...
|
| Checkbox functionality | 27 Dec 2006 10:04 GMT | 3 |
I am a VB Developer w/ SQL Server experience breaking into web world via the Visual Web Developer Express. I've already set up my data sources to my SQL Server tables and have created a grid view of my tables which executes successfully. Two of the fields in the gridview are ...
|
| Master Page ContentPlaceHolder in <header> area | 27 Dec 2006 09:56 GMT | 3 |
I have been wading through tutorials and PDF files on MSDN and various other .Net and ASP.Net sites trying to see if one can have an <asp:ContentPlaceHolder> block within the <header> region on a MasterPage, and have the Content Page generate <header> information. One on-line
|
| Embedding Controls in LoginView removes references | 27 Dec 2006 08:30 GMT | 3 |
When I put asp controls inside the LoginView it removes the codebehind references so that the page will not build. For example: <asp:LoginView ID="LoginView" runat="server" > <LoggedInTemplate>
|
| Cancel execution of event handler? | 27 Dec 2006 05:25 GMT | 2 |
How can I stop an event handler from executing? For example, I my Gridview RowEditing event handler looks like this: protected void GridView1_RowEditing(object sender, GridViewEditEventArgs e) {
|
| Membership Provider Woes | 27 Dec 2006 04:40 GMT | 3 |
I have been having some trouble with implementing a custom Membership Provider. We have a custom data store and business logic that pulls user information. I need some level of functionality above and beyond what the prodiver currently allows. I need the ability to access a ...
|
| Only you can help => select with gridview | 27 Dec 2006 02:43 GMT | 4 |
My gridview is ties to a table of states. These are United States states, from the greatest land in the world. The numeric column is an autonumber, hopefully you've heard of that. If not please google "autonumber" before proceeding.
|
| impossible or not: dynamically embedding a user control in the middle of a string? | 26 Dec 2006 23:25 GMT | 2 |
I'm thinking of a content management scenario in which you have a news article, and then a photograph and caption that you want to appear in the middle of the article text. The text of the article is a string pulled from a database -- let's call it ArticleText.
|
| State Server not working | 26 Dec 2006 22:59 GMT | 2 |
Sorry if this post appears twice, but it is not appearing in my news reader. We have an application that uses sessionState set up in Web.config is setup as follows:
|