Forms Data Controls :: How To Upload Details Or Records On Text File To Gridview
Jun 28, 2010
I want a tutorial or an example showing on how to upload details or records on text file to Gridview.
The way it is with Excel file where we upload to Griview.
In the aspx page I have the EmptyDataText property set
[Code]....
However when no records are not returned I am not seeing the text "No Results Returned" I am populating the gridview using a SqlDataSource. I am not sure why this is happening but thinking about setting the value programmatically, does this make sense and if yes which gridview event should I do this? has anyone else experienced something like this before?
how to use a multiline text box that i could copy data into. Lets say addresses one on each line and then click submit and have it display those records in the database (SQL) in a gridview?
I have written in the old ASP for year and just started two weeks ago with .net, It has taken some adjustments. I am learning using Web Dev Express. Anyway, Here is my question.
I am learning by creating a simple progam to track boxes associated with cases(litigation) IE Smith v Smith case has files in 3 boxes.
I have on a page a gridview that can be filtered with one text box. I set up the gridview to show select and wanted to then connect a details view so that when you selected a row the entire details would show up. When I run it I get this error. Data keys must be specified on GridView 'GridView1' before the selected data keys can be retrieved. Use the DataKeyNames property to specify data keys.
I have requirement like to display the Master details records in the page, without clicking the parent record (for getting ID to retrieve the detail record) i need to display all the child records in between the Master records while page loads.
I have a file upload control, in edit template and footer template and I want to store its path in database, but I am unable to get the path of from File upload control.
I am trying to use a fileupload, to add rows to my gridview on this page. This page is basically a simple admin panel where I can add data to my database. The file upload is used to grab the path of the file and upload the path to the database not the file. The problem is whenever i run my program pick a file, it uploads fine expect the path shows up as true not as the path. the gridview and details view both use the same sqladapater
<form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server" /> <br /> <asp:DropDownList ID="DropDownList1" runat="server"> <asp:ListItem>MSD</asp:ListItem> <asp:ListItem>OPS</asp:ListItem> </asp:DropDownList> <asp:Button ID="Button3" runat="server" Text="Department" /> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="New" /> <asp:Button ID="Button4" runat="server" Text="Cancel" /> <br /> <br /> <div> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <center> <asp:DetailsView ID="DetailsView1" runat="server" AllowPaging="True" AutoGenerateRows="False" DataKeyNames="ID" DataSourceID="SqlDataSource1" Height="128px" Width="544px" Visible="False" CellPadding="4" ForeColor="#333333" GridLines="None" OnModeChanged="Button1_Click" > <Fields> <asp:TemplateField HeaderText="Order" SortExpression="Order"> <EditItemTemplate> <asp:TextBox ID="TextBox3" runat="server" Text='<%# Bind("Order") %>'></asp:TextBox> </EditItemTemplate> <InsertItemTemplate> <asp:TextBox ID="TextBox2" runat="server" Text='<%# Bind("Order") %>'></asp:TextBox> </InsertItemTemplate> <ItemTemplate> <asp:Label ID="Label3" runat="server" Text='<%# Bind("Order") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Department" SortExpression="Department"> <EditItemTemplate> <asp:TextBox ID="TextBox4" runat="server" Text='<%# Bind("Department") %>'></asp:TextBox> </EditItemTemplate> <InsertItemTemplate> <asp:TextBox ID="textboxdepartment" runat="server" Text='<%# Bind("Department") %>'></asp:TextBox> </InsertItemTemplate> <ItemTemplate> <asp:Label ID="Label4" runat="server" Text='<%# Bind("Department") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="DOC_Type" SortExpression="DOC_Type"> <EditItemTemplate> <asp:TextBox ID="TextBox5" runat="server" Text='<%# Bind("DOC_Type") %>'></asp:TextBox> </EditItemTemplate> <InsertItemTemplate> <asp:TextBox ID="textboxtype" runat="server" Text='<%# Bind("DOC_Type") %>'></asp:TextBox> </InsertItemTemplate> <ItemTemplate> <asp:Label ID="Label5" runat="server" Text='<%# Bind("DOC_Type") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="Title" HeaderText="Title" SortExpression="Title" /> <asp:TemplateField HeaderText="Revision" SortExpression="Revision"> <EditItemTemplate> <asp:TextBox ID="TextBox6" runat="server" Text='<%# Bind("Revision") %>'></asp:TextBox> </EditItemTemplate> <InsertItemTemplate> <asp:TextBox ID="TextBox5" runat="server" Text='<%# Bind("Revision") %>'></asp:TextBox> </InsertItemTemplate> <ItemTemplate> <asp:Label ID="textboxrevision" runat="server" Text='<%# Bind("Revision") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="DOC"> <EditItemTemplate> <asp:TextBox ID="textboxdate" runat="server" Text='<%# Bind("DOC") %>'></asp:TextBox> </EditItemTemplate> <InsertItemTemplate> <asp:FileUpload ID="FileUploadDOC" runat="server" Width="384px" Enabled='<%# Bind("DOC") %>' /> </InsertItemTemplate> <ItemTemplate> <asp:Label ID="Label1" runat="server" Text='<%# Bind("DOC") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Active" SortExpression="Active"> <EditItemTemplate> <asp:TextBox ID="TextBox7" runat="server" Text='<%# Bind("Active") %>'></asp:TextBox> </EditItemTemplate> <InsertItemTemplate> <asp:TextBox ID="TextBox6" runat="server" Text='<%# Bind("Active") %>'></asp:TextBox> </InsertItemTemplate> <ItemTemplate> <asp:Label ID="Label7" runat="server" Text='<%# Bind("Active") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Rev_Date" SortExpression="Rev_Date"> <EditItemTemplate> <asp:TextBox ID="TextBox2" runat="server" Text='<%# Bind("Rev_Date") %>'></asp:TextBox> </EditItemTemplate> <InsertItemTemplate> <asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("Rev_Date") %>'></asp:TextBox> </InsertItemTemplate> <ItemTemplate> <asp:Label ID="Label2" runat="server" Text='<%# Bind("Rev_Date") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="ID" HeaderText="ID" InsertVisible="False" ReadOnly="True" SortExpression="ID" Visible="False" /> <asp:CommandField ShowInsertButton="True" ShowCancelButton="False" /> </Fields> <FooterStyle BackColor="#5D7B9D" BorderStyle="None" Font-Bold="True" ForeColor="White" /> <CommandRowStyle BackColor="#E2DED6" BorderStyle="None" Font-Bold="True" /> <RowStyle BackColor="#F7F6F3" BorderStyle="None" ForeColor="#333333" /> <FieldHeaderStyle BackColor="#E9ECF1" BorderStyle="None" Font-Bold="True" /> <EmptyDataRowStyle BorderStyle="None" /> <PagerStyle BackColor="#284775" BorderStyle="None" ForeColor="White" HorizontalAlign="Center" /> <HeaderStyle BackColor="#5D7B9D" BorderStyle="None" Font-Bold="True" ForeColor="White" /> <InsertRowStyle BorderStyle="None" /> <EditRowStyle BackColor="#999999" BorderStyle="None" /> <AlternatingRowStyle BackColor="White" BorderStyle="None" ForeColor="#284775" /> </asp:DetailsView> <br /> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="ID" DataSourceID="SqlDataSource1"> <Columns> <asp:CommandField ShowDeleteButton="True" ShowEditButton="True" /> <asp:BoundField DataField="Order" HeaderText="Order" SortExpression="Order" /> <asp:BoundField DataField="Department" HeaderText="Department" SortExpression="Department" /> <asp:BoundField DataField="DOC_Type" HeaderText="DOC_Type" SortExpression="DOC_Type" /> <asp:BoundField DataField="Title" HeaderText="Title" SortExpression="Title" /> <asp:BoundField DataField="Revision" HeaderText="Revision" SortExpression="Revision" /> <asp:BoundField DataField="DOC" HeaderText="DOC" SortExpression="DOC" /> <asp:BoundField DataField="Active" HeaderText="Active" SortExpression="Active" /> <asp:BoundField DataField="Rev_Date" HeaderText="Rev_Date" SortExpression="Rev_Date" /> <asp:BoundField DataField="ID" HeaderText="ID" InsertVisible="False" ReadOnly="True" SortExpression="ID" Visible="False" /> </Columns> </asp:GridView> <br /> </ContentTemplate> </asp:UpdatePanel> <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:CABCIntranetConnectionString %>" DeleteCommand="DELETE FROM [sop] WHERE [ID] = @original_ID AND (([Order] = @original_Order) OR ([Order] IS NULL AND @original_Order IS NULL)) AND (([Department] = @original_Department) OR ([Department] IS NULL AND @original_Department IS NULL)) AND (([DOC Type] = @original_DOC_Type) OR ([DOC Type] IS NULL AND @original_DOC_Type IS NULL)) AND (([Title] = @original_Title) OR ([Title] IS NULL AND @original_Title IS NULL)) AND (([Revision] = @original_Revision) OR ([Revision] IS NULL AND @original_Revision IS NULL)) AND (([DOC] = @original_DOC) OR ([DOC] IS NULL AND @original_DOC IS NULL)) AND (([Rev Date] = @original_Rev_Date) OR ([Rev Date] IS NULL AND @original_Rev_Date IS NULL)) AND (([Active] = @original_Active) OR ([Active] IS NULL AND @original_Active IS NULL))" InsertCommand="INSERT INTO [sop] ([Order], [Department], [DOC Type], [Title], [Revision], [DOC], [Rev Date], [Active]) VALUES (@Order, @Department, @DOC_Type, @Title, @Revision, @DOC, @Rev_Date, @Active)" SelectCommand="SELECT [Order], [Department], [DOC Type] AS DOC_Type, [Title], [Revision], [DOC], [Rev Date] AS Rev_Date, [Active], [ID] FROM [sop] WHERE ([Department] = @Department) ORDER BY [Order]" UpdateCommand="UPDATE [sop] SET [Order] = @Order, [Department] = @Department, [DOC Type] = @DOC_Type, [Title] = @Title, [Revision] = @Revision, [DOC] = @DOC, [Rev Date] = @Rev_Date, [Active] = @Active WHERE [ID] = @original_ID AND (([Order] = @original_Order) OR ([Order] IS NULL AND @original_Order IS NULL)) AND (([Department] = @original_Department) OR ([Department] IS NULL AND @original_Department IS NULL)) AND (([DOC Type] = @original_DOC_Type) OR ([DOC Type] IS NULL AND @original_DOC_Type IS NULL)) AND (([Title] = @original_Title) OR ([Title] IS NULL AND @original_Title IS NULL)) AND (([Revision] = @original_Revision) OR ([Revision] IS NULL AND @original_Revision IS NULL)) AND (([DOC] = @original_DOC) OR ([DOC] IS NULL AND @original_DOC IS NULL)) AND (([Rev Date] = @original_Rev_Date) OR ([Rev Date] IS NULL AND @original_Rev_Date IS NULL)) AND (([Active] = @original_Active) OR ([Active] IS NULL AND @original_Active IS NULL))" ConflictDetection="CompareAllValues" OldValuesParameterFormatString="original_{0}"> <DeleteParameters> <asp:Parameter Name="original_ID" Type="Int32" /> <asp:Parameter Name="original_Order" Type="Int32" /> <asp:Parameter Name="original_Department" Type="String" /> <asp:Parameter Name="original_DOC_Type" Type="String" /> <asp:Parameter Name="original_Title" Type="String" /> <asp:Parameter Name="original_Revision" Type="Int32" /> <asp:Parameter Name="original_DOC" Type="String" /> <asp:Parameter Name="original_Rev_Date" Type="String" /> <asp:Parameter Name="original_Active" Type="String" /> </DeleteParameters> <UpdateParameters> <asp:Parameter Name="Order" Type="Int32" /> <asp:Parameter Name="Department" Type="String" /> <asp:Parameter Name="DOC_Type" Type="String" /> <asp:Parameter Name="Title" Type="String" /> <asp:Parameter Name="Revision" Type="Int32" /> <asp:Parameter Name="DOC" Type="String" /> <asp:Parameter Name="Rev_Date" Type="String" /> <asp:Parameter Name="Active" Type="String" /> <asp:Parameter Name="original_ID" Type="Int32" /> <asp:Parameter Name="original_Order" Type="Int32" /> <asp:Parameter Name="original_Department" Type="String" /> <asp:Parameter Name="original_DOC_Type" Type="String" /> <asp:Parameter Name="original_Title" Type="String" /> <asp:Parameter Name="original_Revision" Type="Int32" /> <asp:Parameter Name="original_DOC" Type="String" /> <asp:Parameter Name="original_Rev_Date" Type="String" /> <asp:Parameter Name="original_Active" Type="String" /> </UpdateParameters> <InsertParameters> <asp:Parameter Name="Order" Type="Int32" /> <asp:Parameter Name="Department" Type="String" /> <asp:Parameter Name="DOC_Type" Type="String" /> <asp:Parameter Name="Title" Type="String" /> <asp:Parameter Name="Revision" Type="Int32" /> <asp:Parameter Name="DOC" Type="String" /> <asp:Parameter Name="Rev_Date" Type="String" /> <asp:Parameter Name="Active" Type="String" /> </InsertParameters> <SelectParameters> <asp:ControlParameter ControlID="DropDownList1" DefaultValue="MSD" Name="Department" PropertyName="SelectedValue" Type="String" /> </SelectParameters> </asp:SqlDataSource> </div> </form> </body> </html> Imports System.Data.Sql Imports System.Data.SqlClient Imports System.Data Partial Class _Default Inherits System.Web.UI.Page Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click DetailsView1.Visible = True DetailsView1.ChangeMode(DetailsViewMode.Insert) Dim tbox As TextBox = TryCast(DetailsView1.FindControl("textbox1"), TextBox) tbox.Text = DateTime.Now.ToShortDateString() Dim tbox1 As TextBox = TryCast(DetailsView1.FindControl("textboxdepartment"), TextBox) tbox1.Text = DropDownList1.SelectedItem.Text Dim tbox2 As TextBox = TryCast(DetailsView1.FindControl("textbox6"), TextBox) tbox2.Text = "True" Dim tbox3 As TextBox = TryCast(DetailsView1.FindControl("textboxtype"), TextBox) tbox3.Text = "S.O.P" Dim tbox4 As TextBox = TryCast(DetailsView1.FindControl("textbox5"), TextBox) tbox4.Text = "1" Dim tbox5 As TextBox = TryCast(DetailsView1.FindControl("textbox2"), TextBox) tbox5.Text = GridView1.Rows.Count + 1 End Sub Protected Sub Button3_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button3.Click UpdatePanel1.Update() End Sub Protected Sub Button4_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button4.Click DetailsView1.Visible = False End Sub End Class
I have a gridview which display when person start n stop the project if same person do muliple projects it save n retrives eaisly i want to do that when i press select in gridview it give me the all about the person means if ali is working on 2 projects so it give me details like ali firsrt project is this time n date this , second project is this how can i do this ?
have a gridview in that i have checkbox and file upload controls and common submit button outside gridview.if i checked a row checkbox and i need to check whether the file upload control contains any value or not.if checkbox is checked and file upload control contains values then i will insert the details into database table.if not means i will show a message. if not checked means its not a problem no need to validate the control. how to do this..
I have a detail view form consist of five fields my 1st field is jobnumber which is primary key i want to do that when user by mistake enter the duplicate jobnumber error occur that this is already used how can i do this ?
I have a form where i want to view all columns from a table.I have a textbox and differeent radio button having values of each column.On click of button.I want to view all the columns as per selected row/rows from value given
I have a DetailsView for inserting values and currently the columns are center aligned. What I want is to have my "label" right aligned and my "text box/dropdown box" left aligned.
Something like:
Name: _______________
Address: __________________________
Phone: __________
Insert Cancel
If I change the alignment to left for both, the Insert and Cancel buttons on the bottom of the control also shift to the left, and I'd like them to stay centered.
I am using AsyncFileUpload to upload the file on OnUploadedComplete event i am binding the gridview with new datasource.On debugging its show that gridview is binded properly but after uploading the file gridview is not refreshed.My Gridview is not inside update panel
I make multilanguage website. and i have convert procedure for this. How i get in templatefield button text ???
With GridView1 For Each c In .Columns If TypeOf (c) Is EditCommandColumn Or TypeOf (c) Is CommandField Then c.canceltext = convert(c.canceltext, Kullanici_val.language) c.edittext = convert(c.edittext, Kullanici_val.language) c.updatetext = convert(c.updatetext, Kullanici_val.language) c.selecttext = convert(c.selecttext, Kullanici_val.language) c.deletetext = convert(c.deletetext, Kullanici_val.language) ElseIf TypeOf (c) Is TemplateField Then c.text = convert(c.text, Kullanici_val.language) Else c.headertext = convert(c.headertext, Kullanici_val.language) End If Next End With............................................
I had this one working a while back i try to upload file to my root folder it works locally but when i try it from my website i get the following error: exception details: system.bet .webexception. unable to connect to the remote server
the code bomb at the following line
requestStream = uploadRequest.GetRequestStream() 'This is where the exception occurs fileStream = File.Open(localFile, FileMode.Open) [code]....