3
votes
Where can I find a Good Sample ASP.NET Database Driven Web Application?
There are lots of examples in ASP.NET Starter Kits. I really like the …
1
vote
How to do 301 redirects in asp.net from old Apache mod_rewrite style urls when moving a site from php to asp.net?
Okay...so this may be overkill and could possibly be done another way in two lines..BUT...
If you are keeping the same domain name then what I've done in the past is keep a table of old url …
1
vote
SO’s rich text editor — is it available somewhere?
We use two different editors at my job. XStandard and Telerik. XStandard is great if you have major concerns about the content being XHTML formatted.
There are a couple of drawbacks how …
0
votes
What is the best way to limit the amount of text that can be entered into a ‘textarea’?
jQuery also provides some options here. Options, options, and options. …
0
votes
ASP.NET Membership Provider with Confirmation email
You can try HeroCoder, I'm using it in a couple of web apps.
…
1
vote
How stable/usable is SqlRoleProvider & aspnet_regsql?
I believe the SqlRoleProvider is the way to go. It's highly scalable and easy to set up. Unless you've already rolled your own proven solution (then why are you posting this question) then this i …
0
votes
How do you structure css files for a web project ?
We use a single style sheet that is applicable to the whole site and additional style sheets where applicable on certain pages. For instance, on some of our pages we have grids, so we have a grids …
0
votes
How do I add a Microsoft AJAX auto complete textbox to an existing ASP.NET 3.5 SP1 web application project?
I found the AJAX Control Toolkit solution to be really slow. Of course I'm open to it being my fault. We had already purchased the Telerik suite of controls and used theirs which had pretty good …
0
votes
0
votes
How long to get up to speed with ASP.NET?
Take a look at some of the starter kits like Kigg, DinnerNow, and …
1
vote
Mysterious process - RunSilent - error on Windows Server 2003
I found this which led me to this. Could it be some s …
0
votes
Is it better to convert existing user accounts for them or have the users re-register?
I would migrate their information and then on their first login ask them to confirm that their membership info is correct (just to be anal).
…
1
vote
Compile Error CS0433 on pre-compiled ASP.NET 2.0 site.
For me, closing the IDE, shutting the web site (IIS or Cassini), deleting all of my temporary asp.net files, launching the IDE and doing a full compile does the trick.
…
0
votes
need wcf and wpf application source code for beginer
Hi,
You can take a look at the DinnerNow.net sample application. There's quite a bit that goes into setting it up but I think if you …
0
votes
Who actually uses DataGrid/GridView/FormVIew/etc in production apps?
I'm trying to look at it all in context. I have a page that has a nice gridview (displays 10 rows at a time, 6 columns, sorting, and paging) and if I just look at the html table that is created al …
