| Thread | Last Post | Replies |
|
| weird math problem!! | 16 Oct 2007 06:44 GMT | 5 |
OK...I have a form that has two text boxes. These two fields are being filled from a file import, which works fine. I am then passing these values into a custom class with both values typed as DOUBLE (IE: double.parse(mytextbox1.text) ).
|
| .NET 3.5 - Membership, Profile and Roles | 16 Oct 2007 02:38 GMT | 1 |
Where can I find the changes or new features in .NET Framework 3.5? I would like to know, specially, if there are new Membership, Profile and Roles improvements. Thanks,
|
| VS .NET 2003 and 2005 | 16 Oct 2007 02:36 GMT | 2 |
I currently support an ASP.NET application at work that was developed with VS.NET 2003 and the 1.1 framework. I'm getting ready to start development on a project that will be done using VS 2005 and the 2.0 framework. Could I modify the existing 1.1 application with VS 2005, or will ...
|
| Events and Properties | 16 Oct 2007 01:25 GMT | 3 |
I would like some confirmation on events. Should controls be added to page or to their parent controls in Page.Load event wrapped by "If Not PostBack"? And in which event should the general properties and data binding be
|
| Is there a 3rd party text editor control that is approx as scripable as Word? | 16 Oct 2007 01:22 GMT | 8 |
Does anyone have exposure to a programmable asp.net editor control that can approximate basic aspects of Word's programability? I have an existing system that utilizes Word and vba to build a customized document out of text snippets and then let the user complete the
|
| VS 2008. Can't create database. | 16 Oct 2007 01:09 GMT | 2 |
I just installed VS 2008. I opened the Server Explorer window and right clicked on Data Connections and selected "Create New SQL Server Database". Then I selected the Server Name and wrote the database name. I have
|
| vista premuim | 15 Oct 2007 22:56 GMT | 2 |
i want to buy a new pc, i currently run xp professional and use it for web development, well just starting to use it. But i currenlty use iis and other tools fror developing asp.net appications. such as microsoft visual web developer express edition.
|
| ASP .NET 2.0 Unanswered questions... | 15 Oct 2007 22:52 GMT | 62 |
I've asked this before, but not gotten any clear answers, so I'd figure I'd try again. I am an experienced ASP .NET 1.1 developer and I understand the differences between an ASP .NET 2.0 "Web Site" vs an ASP .NET 2.0 "Web Application"
|
| Double databinding | 15 Oct 2007 20:59 GMT | 1 |
I have a page just about ready to go and then I noticed all the databinding on the page was happening twice (which really isn't nice). I then created a small sample just to see what was going on. The page contains just a dropdown which is databound to a SQLDatasource.
|
| webconfig file | 15 Oct 2007 20:58 GMT | 2 |
Hi i am having a problem with dynamic webconfig.What i am doing exactly is i am calling a fucntion in app_start event that will fetch connection string from my system registry and updates my webconfig file.While there is no problem upto this.
|
| Membership GetUser() not defined | 15 Oct 2007 18:34 GMT | 2 |
if (User.Identity.IsAuthenticated) { MembershipUser mu = System.Web.Security.Membership.GetUser(User.Identity.Name);
|
| finding an element on a page | 15 Oct 2007 17:31 GMT | 8 |
hey all, i know theres GetElementByID but is there a way to find an element by seeing if just part of the id contains a certain string value? thanks,
|
| RowCommand Event only fires for the first row in GridView | 15 Oct 2007 17:20 GMT | 3 |
I have a gridview control with one column. In that column are an ItemTemplate and EditItemTemplate. The gridview is bound to an ObjectDataSource using the DataSourceID property. I am not doing anything special in the databinding event and the templates use basic framework
|
| LINQ in VS2008 | 15 Oct 2007 17:07 GMT | 2 |
I have been using VS2005 and ASP.NET 2.0 since their appearance. I am now creating a Web Site and a Class Library in VS2008. In both cases I want to create a database with tables and use LINQ to access them.
|
| Full Ajax driven application - patterns/practices | 15 Oct 2007 17:04 GMT | 1 |
Currently im skimming throgh Web Client Software Factory (http://www.codeplex.com/websf). I know, it could be great for complex apps, but i have one problem. I use Telerik Controls (www.telerik.com) where i can ajaxify every
|