| Thread | Last Post | Replies |
|
| Enumeration | 13 Jan 2007 12:35 GMT | 2 |
I have an Enum: Public Enum City NewYork London
|
| Looking for ASP.NET Advice | 13 Jan 2007 11:49 GMT | 8 |
I'm having a difficult time making the transition to .NET. I came up with some projects to get me started and, in every case, they involved tasks that were apparently difficult to accomplish and/or difficult to get information about.
|
| Dynamic Queries | 13 Jan 2007 03:56 GMT | 1 |
Does anyone know of a way of contructing a query for use in a stored procedure programatically without resorting to concatanating lots of strings together. I was looking a the linq project but was concerned that it is a bit too new/ in development to start using on commercial ...
|
| Share ASP and ASP.net sessions | 13 Jan 2007 03:38 GMT | 1 |
Does anyone have any experience of using this Microsoft solution to sharing session session state between asp and asp.net. It works great on the asp/aspx pages but I am having a problem setting the session state in my middle tier dll. Regards, Chris.
|
| How to set the value of session time out | 13 Jan 2007 03:29 GMT | 1 |
How can I set the he value of session time out ?
|
| images and text with response | 12 Jan 2007 22:59 GMT | 4 |
I got a sql's table with images and i need to show the image on a popup with some text, my problem is that the text did not show up only the image '------------Show the image ( works fine) Response.Buffer = True
|
| ObjectDataSource with Complex Objects and 2 way Databinding | 12 Jan 2007 22:53 GMT | 5 |
Ok, I've been searching the net now for several days and can't find how to do this anywhere. Version: VS 2005 Professional Release, 2.0 Framework
|
| What's with the _vti_cnf still? | 12 Jan 2007 21:58 GMT | 1 |
So the _vti_cnf folder that gets created under my website folders... is this nuisance still around? What happens if I delete the folder.. bad things? Also I see aspnet_client folder here and there. Need to leave that alone too?
|
| Panel css not grouping controls | 12 Jan 2007 21:02 GMT | 1 |
I want to group controls in a panel or placeholder, some of the controls are added dynamically. How do I control the order the controls appear prior to using css. And how do I ensure the panels css groups all the control within the class. When I add controls to the placeholder ...
|
| sql query or stored procudre which one is giving best performance in asp.net | 12 Jan 2007 20:44 GMT | 2 |
i have one doubt regarding queries and stored procedures.i am doing asp.net project,i had written both query based retriving and stored procudures.I want know about which one was giving best performance.and one more is when i am passinf sql statement or stored procedure to ...
|
| Html form trouble | 12 Jan 2007 20:01 GMT | 2 |
On my asp.net page I have an html form. I've set runat attribute to server and filled it with server controls. All settings are as I like them. So here's the problem: when I perform a search for the first time, everything works perfectly. If I make any changes to the controls ...
|
| Web Parts, can anyone convince me? | 12 Jan 2007 19:58 GMT | 15 |
I've just finished getting my web 2.0 MCTS, and the exam seemed to have a disproportionate interest in Web Parts. Personally, I don't really see the point of them Should I think again?
|
| Can ASP.NET read a DBF file from client PC to Server? | 12 Jan 2007 18:07 GMT | 3 |
My ASP.NET application has to read a DBF file in a CD from CD-Drive of a client PC. Then, I have to pass the data to a DataReader. The route is: Client-PC -> Server The DBF file could be between 20MB - 40MB, which is quite large.
|
| Cant get DropDownList1.SelectedIndex = -1 to work! | 12 Jan 2007 17:09 GMT | 7 |
I've just add a couple of dropdowns to my ASP form, set up a sqldatasource and bound to the dropdown and it all works great. I want the first item of the dropdown to be blank soa fter reading a few articles the DropDownList1.SelectedIndex = -1 seems the way to go.
|
| Accessing MS Virtual Earth using ASP.Net | 12 Jan 2007 16:46 GMT | 4 |
I have been looking at the Microsoft Virtual Earth SDK. As far as I can see I have to incorporate it in a web page using a control based on Javascript through web services It being a Microsoft control I assume that I can access it directly
|