Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

5 Endorsements
Ranked #340
~18.9K People Reached
Member Avatar for </scorpion>

Hi Experts, I want to export html table to .csv file, my code is working but i want to export it with border or background color on its header. how will i do that? Please help me. Thanks in advance. :) Here's my code: HTML Table: <div id="feedback_div" style="display: none;"> …

Member Avatar for </scorpion>
0
3K
Member Avatar for </scorpion>

i try to fetch the data from the database and display text in the dropdownlist i got the error message `'dropdownlist' has a selectedvalue which is invalid because it does not exist in the list of items parameter name value` when selectedvalue does not exist in the list of items …

Member Avatar for </scorpion>
0
2K
Member Avatar for </scorpion>

How to check if startdate and enddate overlaps when changing date in datetimecontrol? (C# or SHAREPOINT)pls. is there anyone who knows how to check if dates are overlapping? this is my gridview: | ID | cost | start date | end date | status | --------------------------------------------- | 1 | 66.00| …

Member Avatar for </scorpion>
0
1K
Member Avatar for </scorpion>

i want to do are the ff: * Loop through the Rows in the Datatable using Foreach or For * Compare every row data with the textbox value. * Once the value is matched or exists then break the loop & view a message. . and i want view message …

Member Avatar for Mike Askew
0
1K
Member Avatar for </scorpion>

I have a gridview that I successfully export to Excel, however, after I close the excel file or save it, and return to the web page/ main page, all the controls are frozen and I have to refresh the page to get anything working. How can I correct that? pls. …

0
117
Member Avatar for psathish2

this my code in aspx.. [code] <asp:GridView ID="GridView1" runat="server" OnRowDataBound="GridView1_RowDataBound" OnRowEditing="GridView1_RowEditing" OnSelectedIndexChanged="GridView1_SelectedIndexChanged" OnRowCommand="GridView1_RowCommand" > <Columns> <asp:TemplateField ShowHeader="False"> <ItemTemplate> <asp:CheckBox ID="allgc" runat="server" /> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Action" ShowHeader="False"> <ItemTemplate> <asp:LinkButton ID="gdviewlnk" runat="server" >View</asp:LinkButton> / <asp:LinkButton ID="LinkButton1" runat="server">Edit</asp:LinkButton> </ItemTemplate> </asp:TemplateField> </Columns> </asp:GridView> [/code] when i going to click the view linkbutton get …

Member Avatar for jdesk
-3
9K
Member Avatar for </scorpion>

how to get only the edited row and save the date as modified date? i have 6 fields in sql server: dtl_id = int cost = decimal startdate = datetime enddate = datetime status = varchar modified_date = datetime (modified_date is declare in sql as getdate) . this is my …

Member Avatar for </scorpion>
0
479
Member Avatar for </scorpion>

hi :) is there anyone who knows how to add a datepicker when you click the textbox? or pop up a datepicker when you click the textbox and when you click a date in datepicker it will pass the selected date to the textbox??? pls. thanks in advance :)

Member Avatar for </scorpion>
0
233
Member Avatar for </scorpion>

How to check if start date and end date overlaps when adding or updating in gridview? is there anyone who knows how to check if dates are overlapping? this is my gridview: | ID | cost | start date | end date | status | --------------------------------------------- | 1 | 66.00| …

Member Avatar for </scorpion>
0
279
Member Avatar for </scorpion>

I have a gridview that is populated and a button outside the gridview that I want to enable editing on the selected row when clicked. I have this in the code behind. What goes in the button event to invoke the grid view editing? Protected Sub GridView1_RowEditing(ByVal sender As Object, …

Member Avatar for </scorpion>
0
1K
Member Avatar for </scorpion>

hello everyone! i'm Mhine, the reason why i joined here is to explore my knowledge in programming..I heard daniweb forums are the great place to discuss on more topics..

Member Avatar for </scorpion>
0
145