| Thread | Last Post | Replies |
|
| Web User Controls | 16 Feb 2006 22:45 GMT | 1 |
Okay, as evidenced by other questions, I am an experienced programmer very new to ASP.NET. I have a vertical navigation bar. It is all one color with several panels inside it with a different color. It looks okay but I'm wondering if each of
|
| aspnet_state.exe Application Error | 16 Feb 2006 21:10 GMT | 2 |
Since I've installed asp.net 2 or (Visual Web Developer express edition), I am getting aspnet_state.exe Application error Memory...., while shutting down XP Pro (sp2). There is nothing in the event log which I think maybe OS cannot write to log file during shut-down.
|
| How to call a codebehind method from clientside javascript | 16 Feb 2006 21:01 GMT | 4 |
I am using .Net 2003 , c# asp.net. The situation i have is this. I have a asp.net page which in the codebehind maintains an xml document in memory. The user can click on a button to popup a windows to select some items, this is done via window.open, I then return
|
| 2.0 book recommendation | 16 Feb 2006 20:42 GMT | 2 |
Recommendations on the best advanced 2.0 book for ASP.NET / WinForms , C# ....... that IS NOT based on the author having only worked with a beta or ctp copy of the product. (Or least the chance is small that the book contains errors or missing
|
| Drop-down-list- use to update database | 16 Feb 2006 20:41 GMT | 4 |
How can I do this? Choices are Monkey Banana
|
| DataGrid dynamic columns | 16 Feb 2006 20:10 GMT | 2 |
If I have a datagird with a number of columns, say 3, and then I add another one dynamically, obviously it will have no data, what's the best way to get the data, do I have to rebind? Thanks all,
|
| How can I read the url in browser with asp.net 2.0 | 16 Feb 2006 20:03 GMT | 6 |
I want to get the url in the browser of the user in asp.net 2.0 and then to do some parsing with it. Which class/method can I use to get it? Thank you.
|
| HTML Server Control Bandwidth Q | 16 Feb 2006 19:53 GMT | 2 |
If one ignores the fact that web controls are rich when compared to HTML Server controls, are there any other issues that make Web Controls more bandwidth hungry when compared to HTML Server Controls? Thank You
|
| what's the secure way to post the jobs on the etranet? | 16 Feb 2006 19:48 GMT | 1 |
I have the scenario where I have one database and need to post jobs on the intranet and then the same jobs on the extranet. I wonder what is the most feasible and secure way of doing it without buying second license of MS SQL to duplicate the data.
|
| Thread safety advice | 16 Feb 2006 19:32 GMT | 4 |
My application uses a singleton static class for writing entries to a log file. The location and name of the log-file is read from web.config each time an entry is written, but has the current date inserted into its name. For example, the string:
|
| One default page for each directory | 16 Feb 2006 19:10 GMT | 4 |
I do know if this is the right Group to post this question.... well, here I go.. I would like to know how can i do this I would like to let my users typing ONLY "www.mysite.com/sp", to do
|
| pattern for displaying tabular data | 16 Feb 2006 18:18 GMT | 3 |
I have the following problem. The web-based software I am to create is going to display tabular data. Lots of data so I need some pagging mechanism. I thought about creating three classes: GridView (displayng tabular data), PaggingControl (displaying [Previous] and [Next] buttons) ...
|
| ASP.NET - Beginner question | 16 Feb 2006 17:56 GMT | 1 |
I just started a minor web project and decided to do it with ASP.NET just to get a hang of it. So far all is good except that I'm a bit confused on how to perform the following:
|
| asp.net script failed to execute | 16 Feb 2006 17:46 GMT | 4 |
Hi guys. this post is related to one from last week but now I have some more info. I am using a treeview in my app, for some reason the treeview is not working ok in firefox-mozilla, but is working good in IE. Problem is that the following javascript code that is inserted at the ...
|
| Formview Control - Identifying if a change has been made | 16 Feb 2006 17:30 GMT | 2 |
I need to be able to determine if a user has actually made a change when on either the edititem or insertitem templates of a formview control. Is there a standard way of handling this to prevent the user from
|