| Thread | Last Post | Replies |
|
| Cookies will get deleted, no matter what | 28 Apr 2006 20:56 GMT | 2 |
Easy to describe that problem: The cookies will be deleted after the user closes the browser, but I have set persistance to true. Code: ------ TicketForPremium = new FormsAuthenticationTicket(1, UserID, DateTime.Now,
|
| table layout problem. | 28 Apr 2006 20:44 GMT | 1 |
I am using visual web developer express. I have created a simple login page, and i am using tables to control layout. The design view is different than browser view. In the design view, it looks perfect, but the actual browser display is ugly. I can't seem to control actual
|
| Need help with accessing a control within a template field | 28 Apr 2006 20:36 GMT | 5 |
I have a dropdownlist inside the gridview as a template column defined as follows: <asp:TemplateField HeaderText="Choose Location"> <ItemTemplate>
|
| How do I create a Drop Down List with Hyperlinks as List Items in ASP.NET | 28 Apr 2006 20:33 GMT | 2 |
Hey Guys, I am trying to create a DropDownList with Hyperlinks as ListItem. I am creating a web page with ASP.NET and VB Any suggestions or Solutions to my problem?
|
| how do I know it's posted back due to a button click in Form_Load | 28 Apr 2006 20:15 GMT | 5 |
I have an asp button control(called buttonA), and in the Form_Load event I want to know if the postback is due to the click of ButtonA. Which method should I use to achieve this? Thanks,
|
| Waiting for events in Atlas and .NET 2.0? | 28 Apr 2006 20:07 GMT | 7 |
I wonder if I can wait for the "events/notifications" from sql 2005 and then perform some action when the "event/notification" has been sent. example: i have a small table with some statistical data that can be updated at
|
| Context.User problem | 28 Apr 2006 19:53 GMT | 3 |
I am playing with GenericPrincipal classes and am using a sample program to test it. The problem is that even though I set the roles (which shows the roles in the Context.User as being there), when the program goes from the login page
|
| How do I access 'Request' from a Library? | 28 Apr 2006 19:45 GMT | 4 |
In one of my business objects I wanted to include a method like this: public static void PageRedirect(string pageName) { Response.Redirect(Request.ApplicationPath + "/" + pageName);
|
| beginner AJAX questions (AJAX.net) | 28 Apr 2006 19:42 GMT | 5 |
I've been playing with prototype.js and scriptaculous to create some nice drag-and-drop interaction on my applications GUI. That's working well. Now I want to take the next step and start passing data back and forth between my page and the server via AJAX.
|
| Compiler Error Message: BC30203: Identifier expected. | 28 Apr 2006 19:33 GMT | 7 |
I am having trouble resolving this issue: Server Error in '/test' Application. -------------------------------------------------------------------------------- Compilation Error
|
| Converting Images | 28 Apr 2006 19:12 GMT | 1 |
I need to convert images to binary/pcx files. Is is possible to do that in ASP.NET? Thanks.
|
| GridView - Is it Possible to invoke Multi-Line TextBox | 28 Apr 2006 19:10 GMT | 1 |
I have a Gridview created by dragging a table onto a web form page and I have enabled the edit key. One of my field is a multi-line 'text' field. How do I change the standard textbox created into a multiline one.
|
| Upload and dropdownlist from folder | 28 Apr 2006 19:09 GMT | 1 |
I've made an upload function saving to a specific folder and dropdownlist reading and listing files from the folder. When I upload, the list is rendered a second time in the dropdownlist with the uploaded file only being displayed in the second list. I would like to
|
| Microsoft Forum Software | 28 Apr 2006 19:07 GMT | 4 |
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.pocketpc.d eveloper Can anyone please tell me what forum software does Microsoft use for that forum? It's a nice design, I'd like to use it myself! Bill.
|
| How can we upload files on the web server | 28 Apr 2006 19:04 GMT | 3 |
sir, i have the page which ask user to upload there photo and resume. but i m not able to upload them can there be any specific method to upload and download files
|