Click here to Skip to main content
15,890,336 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question[Message Deleted] Pin
Radhakrishnan G.10-Feb-09 17:34
Radhakrishnan G.10-Feb-09 17:34 
AnswerRe: Progress of Ftp upload/Download Pin
Christian Graus10-Feb-09 18:36
protectorChristian Graus10-Feb-09 18:36 
GeneralRe: Progress of Ftp upload/Download Pin
Radhakrishnan G.10-Feb-09 18:43
Radhakrishnan G.10-Feb-09 18:43 
QuestionAdding seperator to menu item Pin
Radhakrishnan G.10-Feb-09 17:06
Radhakrishnan G.10-Feb-09 17:06 
AnswerRe: Adding seperator to menu item Pin
Abhijit Jana10-Feb-09 17:22
professionalAbhijit Jana10-Feb-09 17:22 
QuestionASP.Net "is not accessible in this context because it is Protected" Pin
JEP_Dude10-Feb-09 16:19
JEP_Dude10-Feb-09 16:19 
AnswerRe: ASP.Net "is not accessible in this context because it is Protected" Pin
Christian Graus10-Feb-09 18:34
protectorChristian Graus10-Feb-09 18:34 
QuestionHow can I send data from one page to Another page's Gridview row. Pin
rprateek10-Feb-09 15:55
rprateek10-Feb-09 15:55 
I have a gridview and have following columns:

<br />
<asp:TemplateField HeaderText="Test" ><br />
                            <ItemTemplate>               <br />
                               <asp:TextBox ID="txtTest" runat="server" <br />
                               Width="200px" MaxLength="30" <br />
                               Text='<%# Eval("TestString") %>' <br />
                                />                <br />
                            </ItemTemplate><br />
                        </asp:TemplateField>  <br />
<br />
         <asp:TemplateField HeaderText="Click Here" ><br />
                                <ItemTemplate><br />
                                <br />
                                <asp:Button ID="cmd1" <br />
                                    CommandName="cmd1" <br />
                                 CommandArgument='<%# Container.DisplayIndex %>'<br />
                                Text="ClickHere" <br />
                                OnClientClick="openpage2(this);return false;" <br />
                                runat="server" /> <br />
<br />
                                       </ItemTemplate><br />
                        </asp:TemplateField> <br />
<br />


a textbox and a command button.

OnClientClick of the command button i have opened a new page

Now i need to pass the value to the clicked row textbox from the new window.

Do anyone know how to acheive this


AnswerRe: How can I send data from one page to Another page's Gridview row. Pin
Abhijit Jana10-Feb-09 16:29
professionalAbhijit Jana10-Feb-09 16:29 
GeneralRe: How can I send data from one page to Another page's Gridview row. Pin
rprateek10-Feb-09 16:32
rprateek10-Feb-09 16:32 
GeneralRe: How can I send data from one page to Another page's Gridview row. Pin
Abhijit Jana10-Feb-09 16:40
professionalAbhijit Jana10-Feb-09 16:40 
QuestionEmail Validation Pin
Sarfaraj Ahmed10-Feb-09 13:52
Sarfaraj Ahmed10-Feb-09 13:52 
AnswerRe: Email Validation Pin
Christian Graus10-Feb-09 15:18
protectorChristian Graus10-Feb-09 15:18 
GeneralRe: Email Validation Pin
Sarfaraj Ahmed10-Feb-09 17:09
Sarfaraj Ahmed10-Feb-09 17:09 
GeneralRe: Email Validation Pin
Sarfaraj Ahmed10-Feb-09 17:20
Sarfaraj Ahmed10-Feb-09 17:20 
GeneralRe: Email Validation Pin
Abhijit Jana10-Feb-09 17:31
professionalAbhijit Jana10-Feb-09 17:31 
GeneralRe: Email Validation Pin
Sarfaraj Ahmed10-Feb-09 17:40
Sarfaraj Ahmed10-Feb-09 17:40 
AnswerRe: Email Validation Pin
N a v a n e e t h10-Feb-09 15:25
N a v a n e e t h10-Feb-09 15:25 
AnswerRe: Email Validation Pin
Ranjit Viswakumar10-Feb-09 16:11
Ranjit Viswakumar10-Feb-09 16:11 
QuestionHow to use VB.NET ASP as an interface for copying documents from a server to another server Pin
AndyASPVB10-Feb-09 11:06
AndyASPVB10-Feb-09 11:06 
AnswerRe: How to use VB.NET ASP as an interface for copying documents from a server to another server Pin
Christian Graus10-Feb-09 12:39
protectorChristian Graus10-Feb-09 12:39 
AnswerRe: How to use VB.NET ASP as an interface for copying documents from a server to another server Pin
Ranjit Viswakumar10-Feb-09 16:29
Ranjit Viswakumar10-Feb-09 16:29 
QuestionHidden CheckBoxes not holding their checked state when paging Pin
AndyASPVB10-Feb-09 10:54
AndyASPVB10-Feb-09 10:54 
AnswerRe: Hidden CheckBoxes not holding their checked state when paging Pin
Christian Graus10-Feb-09 12:41
protectorChristian Graus10-Feb-09 12:41 
GeneralRe: Hidden CheckBoxes not holding their checked state when paging Pin
AndyASPVB11-Feb-09 10:36
AndyASPVB11-Feb-09 10:36 

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.