Search

You searched for the word(s): userid:610335

Matching Posts

  • Re: Dataset + ObjectDatasource + GridView + ASP.NET 2

    I did it about 20 times, sometimes it works for somethings, but mostly doesn't work. What I don't understand is why the primary key should be editable?
    Posted to Data Presentation Controls (Forum) by ccw3 on 11/14/2005
  • TreeView + Checkbox postback

    How can I make the page postback after a checkbox is clicked on a treeview? I only get the events fired for the checkbox, after a user clicks to submit the page. The event TreeNodeDataBound doesn't seem to expose the checkbox, so I can attach a Javascript function "onclick".
    Posted to Data Presentation Controls (Forum) by ccw3 on 11/14/2005
  • Extending Native Framework types?

    namespace System { public partial class String { public void DoSomething() { // here goes the code } } the code above works with String test = new String(); test.DoSomething(); but not with "mystring ".DoSomething(); Even though the VS2005 autocomplete works fine. What am I doing wrong?
    Posted to Getting Started (Forum) by ccw3 on 11/12/2005
  • Re: Dataset + ObjectDatasource + GridView + ASP.NET 2

    OK, I set the primary key (banner_type_id), to read_only = true . But it doesn't make sense to enable editing of the primary key. Anyway, now I get a different error: Value cannot be null. Parameter name: Original_name Why do I get this error? Below is my object DataSource definition and GridView <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" DeleteMethod="Delete" InsertMethod="Insert" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="gremioTableAdapters
    Posted to Data Presentation Controls (Forum) by ccw3 on 11/12/2005
  • Dataset + ObjectDatasource + GridView + ASP.NET 2

    I have a table as follows TableName: banner_type Columns banner_type_id (bigint) , name (varchar(200)), description(text) 1. I created a DataSet for this table with VisualStudio2005 2. I generated automatically select, insert, delete and update commands for this table (without concurrency support) 3. I created a page "add_banner_type.aspx" with a GridView + ObjectDataSource that uses my DataSet 4. The gridview selects all columns in the database, but If I try to update or delete , I get an error
    Posted to Data Presentation Controls (Forum) by ccw3 on 11/10/2005
  • Re: ASP.NET 2 Beta 1

    I fixed my problem by resintalling IIS5, not the best way .. but the only way I could fix it. By the way is there a way to save the virtual directory information? After reinstalling I lost them....
    Posted to Getting Started (Forum) by ccw3 on 5/12/2005
  • Re: ASP.NET 2 Beta 1

    Yes, ASP.NET 1.1 is also running on this server. ASP.NET 1.1 application still run fine. I have changed under IIS settings for the ASP.NET tab to use the correct version for the different applications. I still haven't resinstalled IIS .. that might be a last resort ... will I loose all my configurations on the server if I do this? With SQL Server Express Beta 1 I had major problems also on my laptop .. and now Beta 2 failed to install on my desktop machine .... so far, I have not been able to test
    Posted to Getting Started (Forum) by ccw3 on 5/11/2005
  • ASP.NET 2 Beta 1

    I have ASP.NET 2 beta 1 running under Win2000 fine, until the day I was forced to uninstall Active Directory from this server. Now all ASP.NET 2 pages give me the following error ... "Failed to access IIS metabase. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS
    Posted to Getting Started (Forum) by ccw3 on 5/10/2005
Page 1 of 1 (8 items)