| Thread | Last Post | Replies |
|
| Thread Safety? | 13 Aug 2007 02:51 GMT | 2 |
The first application I wrote using asp.net started off rather small, and as a result, the design of the application took a "Rapid Application Development" type of approach. By this I mean that it was simply built using a simple 3 tier architecture, where the interface
|
| Total records | 13 Aug 2007 02:48 GMT | 1 |
Hi, how can I return the total of records returned from a DataSet? Because if I use the grdview.row.count it will show just the page total... I would like the whole... How can I do that? or must I execute another sql statement: "count(*)"
|
| ASP.NET 2.0 Session State Scope | 13 Aug 2007 02:29 GMT | 3 |
I can't believe I've never noticed this. Is the Session object at the domain level and not at the virtual folder level? I guess I have not done multi-app development at the same time. I am working on two ASP.NET 2.0 web apps that a user will bounce between. I
|
| Convert to Web Application | 13 Aug 2007 02:25 GMT | 2 |
I'm converting a large web application from VS2003 - VS2005. I right clicked on the web project and selected convert to web application. The conversion created a designer file for each .aspx file. Everywhere in the code behind that we are using me.[controlname]. I'm getting and ...
|
| GridView | 12 Aug 2007 19:14 GMT | 1 |
I have the following code or a delete button in the GridView Control and the RowDeleteing event is not raised Can anyone sugget hat is wrong with the code? <asp:TemplateField> <ItemTemplate>
|
| Why this error message? | 12 Aug 2007 16:09 GMT | 2 |
VB.NET / ASP.NET I have a simple test. One simple Formview connected to a datasource. I have Button1 outside of the Formview. The Formview starts in ReadOnlyMode. All I want to do is on the button click, change the formview to Insert mode
|
| china wholesale nike shox R3 R4 R5 R6 TL OZ NZ shoes shox tnergia shox monster shoes FROM www.globnikesneakers.com | 12 Aug 2007 13:18 GMT | 1 |
We (3W.globnikesneakers.COM) Wholesale Cheap Jordan Shoes,Michael Jordan Shoes,Nike Jordan Basketball shoes, ... Jordan Shoes,Air Jordan Sneakers,Air Jordan Wholesale All of the Air Jordan sneakers have Nike Air in the shoes.Authentic quality Jordan Sneakers Custom Jordan
|
| global class (simple question!) | 12 Aug 2007 12:22 GMT | 10 |
I want to create a global class. To do this I did the followings: 1- Create a class name test. It has a public variable named mystring. public class test {
|
| problem with populating a dropdownlist in editTemplate of detailsview | 12 Aug 2007 11:52 GMT | 2 |
i defined a dropdownlist in an EditTemplate of a detailsview like this: <EditItemTemplate> <asp:DropDownList ID="drop1" runat="server"></asp:DropDownList> </EditItemTemplate>
|
| Doubt passing values | 12 Aug 2007 02:32 GMT | 3 |
Hi, Im using VS 2005 C# 2.0 and I need to open a new window, using JavaScript and pass some values... How can I do that not using the get method QueryString (file.aspx?name=something)... ???
|
| Wrap the text in div tag! | 12 Aug 2007 01:08 GMT | 1 |
Hi, I would like to wrap the text in div tag according to its width. The text don't have any space. Anyone please suggest me how to do this.
|
| Row Height | 12 Aug 2007 00:41 GMT | 16 |
Using ASP.net 1.1 I have sliced an image in Photoshop, saved it as html code, pasted the code into my asp.net file, then added onmouseover and onmouse out code. All the slices line up horizontally perfectly. Some of the slices line up
|
| Can gridview paging be set to generate urls instead of postbacks? | 11 Aug 2007 22:09 GMT | 2 |
I recently read a post that said that google and other spiders are unable to navigate paging in the GridView control because it uses postbacks and it can't determine the url. I've verified that it doesn't see portions of my site that are on page 2 and
|
| ASP.NET website for 1 million hits per day | 11 Aug 2007 21:36 GMT | 1 |
I want to make a site that can take up to 1 million hits per day. My site contains dynamic pages. I need to connect LDAP and IMAP server. There is no other database connection. For that I have following questions.
|
| Vista problem? | 11 Aug 2007 20:20 GMT | 5 |
I run vs2005 pro on two systems. I recently upgraded one to Vista. I now find that the Vista system will not stop on a breakpoint in debug mode in a asp project (windows works). I have installed SP1 for vs2005 on Vista but it still fails.
|