| Thread | Last Post | Replies |
|
| mouseover effect on asp:imagebutton - is it possible | 20 Feb 2006 05:05 GMT | 2 |
I got task to make my application much more attractive :( First of all I have to add hover (mouseover) effect to several buttons - imagebuttons - I only know manner with Java Script - but it does not work with ASPNET objects.
|
| concurrency for asp.net | 20 Feb 2006 04:30 GMT | 4 |
I would like to seek help on the topic about concurrency in asp.net web application for instance, my application is going to implement a online restaurant table booking system
|
| webcontrol and <form> tag | 20 Feb 2006 03:39 GMT | 1 |
In my project I have got several webcontrol (ascx). How can I handle with the problem: I would like to have some ASPNET object (DropDownList, InputBox etc.) in one webcontrol (this webcontrol is a part of Default.aspx page where I have
|
| health monitoring | 20 Feb 2006 03:17 GMT | 1 |
This is a health monitoring for web applications / web services question. I'm trying to set up health monitoring for web services and a web application. To start very simply, I want to turn on event logging for web requests. To do this I added the following markup to the <system ...
|
| Using hidden form fields to preserve state | 20 Feb 2006 02:12 GMT | 4 |
Assume you have a web application with many different web pages, and you'd like to avoid using cookies and storing session state in any form. Assume further that bandwidth and security are not issues. Could you conceivably store a serialized object containing state information
|
| ContentPlaceHolder - size on Master Page | 20 Feb 2006 01:29 GMT | 3 |
I'm developing my first VS2005 C# web application. On my master page I have a "contentplaceholder" and it covers a small portion of the screen. I can place controls anywhere on the pages that use it however this "break" is annoying.
|
| How to add a reference? | 20 Feb 2006 01:28 GMT | 4 |
I'm trying to use a third-party postback control (http://www.obout.com/pb/postback.aspx) which appears to do just what I need. It includes a .dll, and some example (aspx and vb) pages. I added a reference to the .dll, and it shows up under references. I can browse the
|
| Partial page caching by user | 20 Feb 2006 01:23 GMT | 1 |
I have a user control that varies by user (HttpContext.Current.User.Identity.Name) Is it possible to cache the user control for every user? Mort
|
| 2.0 : config GridView to use SPs ? | 20 Feb 2006 00:23 GMT | 5 |
It looks like MS wants you to use config a SQLDataSource , hand coding the SELECT, INSERT, UPDATE, DELETE SQL , and then assigning GridView.DataSourceID = SQLDataSource ... But what if you prefer to encapsulate all your DML in SPs ? Is it possible
|
| How to convert a "~/xxx" url tp a client url? | 20 Feb 2006 00:04 GMT | 4 |
I can't use Control.ResolveUrl because I need to write the conversion in a utility class. However I know the current context. How could I convert the URL to one usable by the user?
|
| accessing datalist in repeater | 19 Feb 2006 23:21 GMT | 3 |
I have a form that is submitted to another page. The form contains a variable number of dropdownlists within a repeater. When the form is submitted, I need to access the values of each dropdownlist. I never know how many dropdownlists will be present in advance.
|
| Iterate over an objects properties | 19 Feb 2006 22:50 GMT | 2 |
From my database layer I get the object oUser. How do I iterate over every property in oUser? something like for each prop as oUserProperty in oUser.Properties
|
| Type 'ADODB.Connection' is not defined. | 19 Feb 2006 21:21 GMT | 3 |
I'm getting the following error in my application: Compiler Error Message: BC30002: Type 'ADODB.Connection' is not defined. Source Error: Line 112: if(Request.Form("HdnQuestionCount") = 0) thenLine 113:Line 114:
|
| how to create reader from data set | 19 Feb 2006 20:48 GMT | 1 |
I have a dataset created from an xml file how can I create a datareader (dataview ?) ?? to return sql results =========== Dim ds As New DataSet()
|
| Form Query and GridView for ASP.NET 2.0 | 19 Feb 2006 20:29 GMT | 1 |
Hi all -- I'm rapidly learning ASP.NET 2.0 (never really did much .NET before... mainly an ASP and PHP guy until now) and seem to be having some technical challenges that I'm hoping someone can help me with.
|