| Thread | Last Post | Replies |
|
| SQL Express = really nice but... | 26 Jan 2007 15:30 GMT | 11 |
I played with ASP.net 2.0 last year a bit but got sidtracked and haven't had a chance to dive into it again until recently. I'm now planning on fully going over to 2.0 and VS.2005 Pretty much every tutorial for 2.0 used SQL Express. I really like it. It's
|
| HTML values missing | 26 Jan 2007 15:05 GMT | 4 |
I'm creating a new asp.net (c#) web app and on my HTML page some values are missing> such as: when i do:
|
| atlas/ajax | 26 Jan 2007 14:48 GMT | 1 |
I'm looking to create a site using the ajax components (ajax control toolkit). When I used the beta version it had an .msi file that I ran and it added the atlas web site to the project list and I could point to the DLL and the controls would be added to the toolbox. With the new ...
|
| Need help with GridView update | 26 Jan 2007 14:21 GMT | 2 |
Hey guys, I'm using ASP.NET 2.0 GridView for the first time. I have the following setup On the .aspx side I have this in my GridView
|
| Format Currency driving me nuts!!!! | 26 Jan 2007 14:15 GMT | 3 |
I am having trouble with properly formating decimal numbers. Look: decimal NewPrice = 0; NewPrice = Convert.ToDecimal(Price) * Convert.ToInt32(item.Quantity);
|
| DataSourceControl with multiple views and data binding order | 26 Jan 2007 13:31 GMT | 1 |
I have created a custom DataSourceControl to interface to a search engine. The DataSourceControl exposes multiple views of the same data. The first is the actual search results. The other views are for information about parametric data (i.e. this state has 4 hits, that state ...
|
| Code Behind and functions | 26 Jan 2007 13:11 GMT | 8 |
I am currently new to .NET, as you can probably tell by my last two or three threads!!! Anyway, I am using code behind as much as possible - and am curious about the way in which functions can be triggered.
|
| QUERY: Client-side DataGrid for faster fluid feel? | 26 Jan 2007 11:57 GMT | 1 |
Is it possible to make some of the DataGrid functionality to client-side? Such as the Edit, Update, Cancel, Delete functionality? Everytime I click on a row's Edit button, I wait 2 seconds before I see the Edit controls (eg.
|
| Web App using VS2005 | 26 Jan 2007 10:01 GMT | 1 |
I am trying to writing a Web App that I need to retain at least 15 different columns of information. This process is repeated up to a maxium of 10 times and only then are records updated. What is the best way to retain all this information internally and the fastest without ...
|
| What is the offending non 'Content' control...? | 26 Jan 2007 09:56 GMT | 1 |
I keep getting the message after I converted a regular aspx page to now be based on a master page: "Only Content controls are allowed directly in a content page that contains Content controls."
|
| getting element IDs from nested standard forms in JavaScript | 26 Jan 2007 09:18 GMT | 8 |
Okay, after much research, I have discovered a few interesting things in ASP.NET. I have a MasterPage that has a WebForm on it and it looks like this: <body>
|
| 2.0 XSDs Using Stored Procedures | 26 Jan 2007 08:33 GMT | 3 |
In a new 2.0 website I am developing I am using .XSD tableadapters, building them with the wizard), and choosing the Stored Procedure option. I now notice that when I go back to change the sql that I have no opportunity to do so (as I do with regular sql). What is the ...
|
| How to access all rows in GridView? | 26 Jan 2007 07:48 GMT | 9 |
Can anybody please help me, how to access all rows in a grid view if the paging is enabled? If gridview contains 100 rows and pagecount=10, then in the gridview.rows collection, i'm getting only those 10 rows which are displayed on the screen.
|
| Parse Error: Could not load type System.Web.UI.WebControls.Menu | 26 Jan 2007 02:54 GMT | 2 |
Hi, I am using the menu control on my aspx pages. Everything works fine on my notebook but after I published my pages to the web server. I got this error. I've installed .netframework 2.0 but this error still exist. Why?
|
| HttpHander in a mapper | 26 Jan 2007 02:50 GMT | 5 |
We are creating a URL mapper that translates from one URL (yucky - badly formatted), to a nicely formatted URL. The mapper acts as a proxy type website above the source website, processing all incoming requests (in nice URL format) and working out the appropriate source URL to ...
|