Search

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

Matching Posts

  • Unable to connect to the ASP.NET Development Server

    Hi, I downloaded VWD 2008 Express, and whenever I try to run any ASPX page to debug it or test it .. it gives me the following message in a messagebox: "Unable to connect to the ASP.NET Development Server" Anyone has an idea about it? by the way VWD2005 works fine!
  • Re: Delete Command - DataGrid Control

    Here is the code of the Datagrid: < asp:GridView ID= "GridView1" runat= "server" AllowSorting= "True" AutoGenerateColumns= "False" BackColor= "White" BorderColor= "White" BorderStyle= "Ridge" BorderWidth= "2px" Caption= "Available Categories in Database:" CaptionAlign= "Left" CellPadding= "3" CellSpacing= "1" DataKeyNames= "CategoryID" DataSourceID= "AccessDataSource1" Font-Bold= "False" GridLines= "None" Width= "915px" > < FooterStyle BackColor= "#C6C3C6" ForeColor= "Black" /> < Columns
    Posted to Data Presentation Controls (Forum) by Mosabama on 8/10/2006
  • Delete Command - DataGrid Control

    hi people, How do I make it so that the delete command is disabled or hidden when that record is related to other tables in the database ..?? Or at least how do I handle that error generated when deleting that record .. I prefer the first solution if it exists and easy to do .. thank you...
    Posted to Data Presentation Controls (Forum) by Mosabama on 8/10/2006
  • Error in a Datepicker control

    Hi .. I Used a datepicker control in my project and it worked well .. but after i re-installed .Net Framework from visual studio re-intall CD, an error appeared which is: Specified cast is not valid !!! By the way my date picker control is a dll (not ocx)... What Shall I do with this problem .. please help.. Thanks
    Posted to Web Matrix General Discussions (Forum) by mosabama on 8/14/2004
  • Re: Delete in Datagrid problem

    it works now... thank you bug bugger...
    Posted to Data Presentation Controls (Forum) by mosabama on 8/14/2004
  • Re: Delete in Datagrid problem

    I did all of this ... But I get an error Messege which is : System.Data.OleDb.OleDbException: No value given for one or more required parameters... Here is what I did : I added (DataKeyField="UserID") at the grid attributes .. USERID is the primary key in the table... and here is the function : Sub DataGrid1_Delete(objSource as Object, e as DataGridCommandEventArgs) Dim intID as String Dim strSQL as String intID = datagrid1.DataKeys(e.Item.ItemIndex).tostring() strSQL = "DELETE FROM
    Posted to Data Presentation Controls (Forum) by mosabama on 8/13/2004
  • Re: Delete in Datagrid problem

    Thank you very much ... That worked great .. I dont have an error now ... but I am still a beginner in asp.net ... can you help me with the function that will delete the record PLEASE .. I am sorry for being creedy ... lol
    Posted to Data Presentation Controls (Forum) by mosabama on 8/13/2004
  • Re: Delete in Datagrid problem

    Sure .. this is the def. of the datagrid : <asp:DataGrid id="DataGrid1" runat="server" BackColor="White" Width="752px" BorderStyle="None" BorderWidth="1px" DataKeyField="ID" PageSize="2" Font-Size="X-Small" CellPadding="4" BorderColor="#CC9966"> <FooterStyle forecolor="#330099" backcolor="#FFFFCC"></FooterStyle> <HeaderStyle font-bold="True"
    Posted to Data Presentation Controls (Forum) by mosabama on 8/13/2004
  • Re: Some thing like a module in ASP

    Tnak you man .. this works well for me ..
    Posted to Getting Started (Forum) by mosabama on 8/13/2004
  • Re: Some thing like a module in ASP

    Thank you mbanavige, But I am a very beginner to understand such words ..lol I will appreciate it if you can tell me how to do it practicaly.... thanks alot friend..
    Posted to Getting Started (Forum) by mosabama on 8/13/2004
Page 1 of 2 (13 items) 1 2 Next >