| Thread | Last Post | Replies |
|
| Splitting up long asp.net page | 09 Jul 2007 14:59 GMT | 13 |
So, my asp.net page is getting pretty long and hard to manager. It's reached 1000 lines and i would like to break it up somehow. Is there some way I can make separate parts of my pages to separate .aspx pages and have asp.net stitch them back-together at
|
| "This is often an indication that other memory is corrupt." Error. Any clues? | 09 Jul 2007 14:30 GMT | 5 |
We're getting this error on a page that uses a particular User Control we created: "An Error has Occured retrieving the news item. Attempted to read or write protected memory. This is often an indication
|
| problem with scope_identity | 09 Jul 2007 14:27 GMT | 7 |
after inserting a record in a table (sql server), i need the last value of the primary key of that table, which increments automatically, before inserting that value in another table. I did like this:
|
| A bit of Architecture advice.. One code.. Multiple sites | 09 Jul 2007 11:40 GMT | 3 |
I am building a website for a group that has 4 companies under it. The sites are fairly similar so i want to be able to use the same set of code in the App_Code folder.. I also want to share controls between the sites. What i am after is a bit of advice as to best practice to
|
| Model View Presenter ? | 09 Jul 2007 11:07 GMT | 1 |
What are best methods to reuse components over all appliaction ? I found MVP pattern, but do you know any other ? for example, gridview, i want to reuse this component over and over, changing data model.. i dont want to do the same code through my
|
| SQL Server 2000 vs SQL Server Express | 09 Jul 2007 10:40 GMT | 6 |
I have an ASP.Net website that was developed using SQL Server 2000. I want to 'port' it to use SQL Server Express, since I don't have SQL Server 2000 (besides my db is less than 1GB). Questions:
|
| Debug causes double postback | 09 Jul 2007 09:41 GMT | 8 |
My environment. .Net 2.0 VS2k5 SP1, IE6 (6.0.2900.2180) I have a web content page. The page will post back twice if I am running in debug mode. However if I run through the breakpoints fast enough the page will not post back twice.
|
| Client side jscript issue | 09 Jul 2007 08:03 GMT | 7 |
Working in Visual Studio Objective: I am trying to have my server side vb code construct a file name for use with my client side JavaScript code to then save the file to the web. My saving to the web method is working with a preset test filename.
|
| Display "Updating..." after click on 'Save' | 09 Jul 2007 07:30 GMT | 6 |
using AJAX Toolkit with vb.net 2.0 how could I make this "Updating..." Screen like e.g. on Codeplex when you click on the "Vote" button http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=9124 ? So the whole screen becomes inactive and a small window says ...
|
| SQL MemeberShip Provider: How to manage passwords without writing code? | 09 Jul 2007 04:15 GMT | 3 |
I am using asp.net 2 SQL membership provider. Is there any tool or application that helps me manage my users' password? I am trying to do that without writing any code. Thank you,
|
| Handling dynamic "folders" for url-rewrites? | 08 Jul 2007 22:48 GMT | 4 |
I created code to allow me to rewrite urls from global.asax, so that if the incoming Url is for instance: /Hats/ReallyCoolHat.aspx ...I look up ReallyCoolHat in the products table and rewrite the url to
|
| get values from query | 08 Jul 2007 22:15 GMT | 2 |
i have a simple query SELECT User_Pass,id FROM Users and i want using ExecuteReader to get the values of this 2 columns into parameters.
|
| Extracting XML Information from other Website | 08 Jul 2007 20:37 GMT | 6 |
I'd like to write a shareware Website that supports PAD files. This involves being able to download an XML file from another site and extracting the data it contains. I'm still new to ASP.NET. Any tips or examples on doing this?
|
| .NET Compatible SSO Solutions? | 08 Jul 2007 18:08 GMT | 5 |
I need to implement single sign on across serveral applications. Some applications are under my control while others are under the control of 3rd parties. Can anyone suggest a good SSO solution?
|
| problem with insert command | 08 Jul 2007 18:05 GMT | 4 |
i try to insert values into a sql server table like this (code-behind): comm1 = Textbox1.Text comm2=Textbox2.Text ......
|