Click here to Skip to main content
15,888,816 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: WCF Pin
Brij18-Feb-10 2:22
mentorBrij18-Feb-10 2:22 
QuestionImport excel data in sqlserver 2000 without using DTS Pin
farogh haider18-Feb-10 0:30
farogh haider18-Feb-10 0:30 
AnswerRe: Import excel data in sqlserver 2000 without using DTS Pin
sashidhar18-Feb-10 0:48
sashidhar18-Feb-10 0:48 
GeneralRe: Import excel data in sqlserver 2000 without using DTS Pin
farogh haider18-Feb-10 1:39
farogh haider18-Feb-10 1:39 
GeneralRe: Import excel data in sqlserver 2000 without using DTS Pin
sashidhar18-Feb-10 1:40
sashidhar18-Feb-10 1:40 
AnswerRe: Import excel data in sqlserver 2000 without using DTS Pin
FEMDEV18-Feb-10 0:49
FEMDEV18-Feb-10 0:49 
GeneralRe: Import excel data in sqlserver 2000 without using DTS Pin
sashidhar18-Feb-10 0:51
sashidhar18-Feb-10 0:51 
QuestionHow to add Textbox Dynamically Pin
It_tech18-Feb-10 0:20
It_tech18-Feb-10 0:20 
Hi all,

How can i add a TextBox on a form every time a row in a grid is added.The Gridview refreshes every two minutes for additional row and would like to have a text box next to the Row in a grid to leave a note about the data being added. So for each entry on a grid i would like to have a text box automatically created next to the new row on a gridview.So that i can leave some comments about the data being added on the grid.

Here is the Gridview :

<asp:GridView ID="gvResult" runat="server" AllowPaging="True" CellPadding="4"
Height="16px" Width="45px" AutoGenerateColumns="False"
DataSourceID="SqlDataSource1">

<EmptyDataTemplate>
<asp:Label runat="server">
NO Message List...
</asp:Label>
</EmptyDataTemplate>
<Columns>

<asp:BoundField DataField="CR_CLI" HeaderText="CR_CLI"
SortExpression="CR_CLI" />

How Can I add a text Box that is Just Blank after each Row on a Grid

</Columns>

</asp:GridView>

<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:vp2ConnectionString %>"
SelectCommand="SELECT CR_CLI FROM Call WHERE (CR_CLI LIKE '7%') ORDER BY CR_CLI DESC">
</asp:SqlDataSource>
AnswerRe: How to add Textbox Dynamically Pin
sashidhar18-Feb-10 0:46
sashidhar18-Feb-10 0:46 
GeneralRe: How to add Textbox Dynamically Pin
It_tech18-Feb-10 1:12
It_tech18-Feb-10 1:12 
GeneralRe: How to add Textbox Dynamically Pin
sashidhar18-Feb-10 1:24
sashidhar18-Feb-10 1:24 
GeneralRe: How to add Textbox Dynamically [modified] Pin
It_tech18-Feb-10 1:38
It_tech18-Feb-10 1:38 
GeneralRe: How to add Textbox Dynamically Pin
sashidhar18-Feb-10 1:50
sashidhar18-Feb-10 1:50 
GeneralRe: How to add Textbox Dynamically Pin
It_tech18-Feb-10 2:17
It_tech18-Feb-10 2:17 
GeneralRe: How to add Textbox Dynamically Pin
It_tech18-Feb-10 3:01
It_tech18-Feb-10 3:01 
QuestionTo set image for the condition in crystal report Pin
JC.KaNNaN18-Feb-10 0:11
JC.KaNNaN18-Feb-10 0:11 
AnswerRe: To set image for the condition in crystal report Pin
tronix0118-Feb-10 6:24
tronix0118-Feb-10 6:24 
QuestionUrlRewriting depends on the Browser-Language Pin
tronix0117-Feb-10 23:38
tronix0117-Feb-10 23:38 
Questionlogin roles - c# Pin
arkiboys17-Feb-10 23:21
arkiboys17-Feb-10 23:21 
AnswerRe: login roles - c# Pin
Gaurav Dudeja India17-Feb-10 23:47
Gaurav Dudeja India17-Feb-10 23:47 
AnswerRe: login roles - c# [modified] Pin
sashidhar18-Feb-10 0:20
sashidhar18-Feb-10 0:20 
AnswerRe: login roles - c# Pin
saini arun18-Feb-10 0:35
saini arun18-Feb-10 0:35 
QuestionWinWordControl Pin
Madhu_San17-Feb-10 23:18
Madhu_San17-Feb-10 23:18 
AnswerRe: WinWordControl Pin
dinhnq13-Sep-10 23:43
dinhnq13-Sep-10 23:43 
QuestionDll written by V6 and Aps.net Web Services Pin
Maher Elsayed17-Feb-10 23:14
Maher Elsayed17-Feb-10 23:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.