| Thread | Last Post | Replies |
|
| Use gridview with generic collection? | 15 Sep 2007 07:44 GMT | 3 |
I figured that I'd just set the datasource of a gridview to a generic list of classx, but at runtime databind complains: "The data source for GridView with id 'gv1' did not have any properties or attributes from which to generate columns. Ensure that your data source has
|
| link button | 15 Sep 2007 02:12 GMT | 1 |
My following code is not working <asp:LinkButton ID="btnRemoveAll" runat="server" Visible='<%#(int.parse(Eval("UserCnt")!=0)) %>' OnClick="btnRemoveAll_Click">Remove All</asp:LinkButton><br />
|
| Declare variables in own subroutine | 15 Sep 2007 00:54 GMT | 6 |
Using ASP.net 1.1 and VB Is it possible to declare variables in their own subroutine? I had my DIM statements within a sub that worked just fine. I wanted to be able to use them in another sub, so I isolated them in their
|
| If Then within Subroutine that uses Parameters | 14 Sep 2007 23:32 GMT | 3 |
The following code works well. Upon Submit, It sends information to an email address. It also sends the same information to a database. If the user clicks "Submit" but has not changed the drop down selections from "Choose One" to another of the items, it notifies in red and ...
|
| The IListSource does not contain any data sources. | 14 Sep 2007 23:25 GMT | 10 |
I have migrated a site from IIS5 to IIS6. The site is configured and the we app is installed on the new IIS site. I can get to the web page but when I try to login, this is what I get the following error below. I would appreciate any insight, direction or help regarding this.
|
| RaiseError | 14 Sep 2007 22:40 GMT | 2 |
I am raising an error on my SQL 2005 procedure as follows: RAISERROR(@ErrorMessage, @ErrorSeverity, 1) How can I access it in my ASP.NET code? I am using Enterprise Library Data Block to access the database.
|
| AJAX 101 -- event not firing | 14 Sep 2007 21:07 GMT | 3 |
This is a total ID-10T error, but since its my first attempt I'm missing the obvious. I downloaded the framework, create an AJAX enabled app, added a page, and added an update panel with this:
|
| HTML with Images to Word Doc | 14 Sep 2007 20:30 GMT | 2 |
How do I convert an HTML with images to Word document in .NET ( C# ) Thank you, OZI
|
| Nmaespace | 14 Sep 2007 19:09 GMT | 2 |
I want to create a namespace. I don't know how to do it. I add a class in my project. Should I add keyword namespace myNmaspace to it. or how can I do it. I want three files
|
| Membership - adding methods (programming help) | 14 Sep 2007 19:01 GMT | 2 |
I just found out that ASP.NET membership does not have a method to lock accounts (only Unlock user) See http://forums.asp.net/p/825946/825946.aspx Question was 'I understand that the MembershipUser.UnlockUser method
|
| ViewState corrupted? | 14 Sep 2007 18:57 GMT | 3 |
My site is randomly firing off a "ExceptionHttpException : Unable to validate data. " error on some of its forms. ------- HttpException : Unable to validate data.
|
| Identity Impersonate in ASP.NET | 14 Sep 2007 18:57 GMT | 2 |
So, I've got an intranet site I'm developing where I'm being told to integrate a few pages that require me to query a remote MSSQL server. That server's owner says authentication on his server is Windows based (no SQL ID/password combos will be assigned, it has to be domain login
|
| MS Visual Studio 2005 Pro Ed | 14 Sep 2007 18:48 GMT | 1 |
I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are both the MS Visual Web Developer 2005 Express Edition and the
|
| Problem in OnItemDataBound | 14 Sep 2007 18:45 GMT | 1 |
I have a datagrid with 4 columns, in the 2nd column I have a Label and in the 4th a DropDown. As I want to change the content of the DropDown according with the content of the label I've built a function that executes on
|
| Will one ASP .Net worker process use more than one CPU? | 14 Sep 2007 18:32 GMT | 3 |
I am currently evaluating a CMS product. I like the product so far, but one of the restrictions on the product is that it requires that the Windows 2003 application pool be restricted to one worker process. They say this is being done to improve caching. (???)
|