| Thread | Last Post | Replies |
|
| Googles movable windows...help | 16 May 2007 12:25 GMT | 1 |
How can I add movable windows to my c# dotNet web app? Do I have to convert the whole thing to AJAX or is it even known how Google does this? Thanks,
|
| ASP and Nokia phone | 16 May 2007 12:23 GMT | 1 |
Hi,any one know if a small application can work as localhost on a nokia phone ? Thanks, Paolol
|
| Dropdown List in nested MasterPage creates an error | 16 May 2007 09:33 GMT | 1 |
All I did was change this mockup page to really work by adding a dropdown and I get this error: Control 'ctl00_ContentPlaceHolder1_cmbSL' of type 'DropDownList' must be placed inside a form tag with runat=server.
|
| Checkbox viewstate | 16 May 2007 09:15 GMT | 2 |
Maybe I'm crazy but... I'm going to try to explain this ¿"bug"? I've 2 aspx pages. In page 1:
|
| implementing search | 16 May 2007 09:04 GMT | 1 |
How to implement filtering or searching of the data like we have in MSDN.when we tye any word in the lookup it should automatically be sorted and as we go on entering the search should be more refined any method to do this
|
| How to pass a value from an HTML hidden input to a JavaScript function? | 16 May 2007 08:33 GMT | 3 |
I need to pass a value from a hidden input: <input id="hiddentxtWidth" type="hidden" value="1065" /> to a JavaScript function. I've tried the following:
|
| Selectcommand Variable | 16 May 2007 07:05 GMT | 1 |
Hello, I'm wondering why a variable in my selectcommand is not working. In Page_Load I have this: String current_user = User.Identity.Name;
|
| is StyleSheetTheme overruled by CSS styles? | 16 May 2007 06:34 GMT | 3 |
i'm testing the order of application when it comes to styling with skin and CSS files and i come to contradiction between what i get and what i read about theme and CSS. I wrote that StylesheetTheme will be overruled by everything else (CSS,
|
| Token passing between servers (basic question) | 16 May 2007 03:32 GMT | 1 |
Hey all, This may be a very basic question, but I'm new to forms authentication. Basically, we have Site 1 which is a login site where a security token is generated. On Site 1 there are several links. One
|
| Custom MembershipProvider - WAT "Type not resolved" error | 16 May 2007 03:14 GMT | 4 |
I'm trying to implement a custom MembershipProvider (and RoleProvider) together with a custom MembershipUser class in C#, Asp.Net 2.0, MS Visual Studio 2005. Everything has worked fine so far, all compiles, then I try to run the
|
| Excel functionality in ASP.net ? | 16 May 2007 02:33 GMT | 3 |
I have many fields for which I am currently using text boxes. But the number of textboxes getting used is too high. I require a EXCEL type interface/functionality where I can have some formulae to calculate a particular field based on the value of other field. How can I have
|
| Need a Web Designer Tool | 15 May 2007 23:33 GMT | 4 |
I'm looking for a good but simple web designer tool.... Is Expression Web any good? How about Dreamweaver? Will it work with asp.net? Any other good ones that will work with asp.net and Visual studio?
|
| Visual Studio 2005 giving warning error about generating *.designer.vb files | 15 May 2007 23:32 GMT | 1 |
Visual Studio 2005 unexpectedly stopped generating the *.designer.vb files for *.aspx and *.ascx files. After a few days of frustration trying to fix this, I noticed that it had the following Warning in the Error List tab at the bottom of the screen:
|
| Session Timeout | 15 May 2007 23:08 GMT | 4 |
I have a web application in aspx and vb.net 2003. The users are complaining about session timeout (10 - 60 minutes). My web config file is set up as: - <authentication mode="Forms"> <forms
|
| attaching an event to ServerValidate | 15 May 2007 21:38 GMT | 1 |
I have attached a handler to ServerValidate event. But it does not get called any at all. I have placed breakpoints inside the function, but nothing happens. The ServerValidate event is in an external file. How could I know why the event handler is not called.
|