Click here to Skip to main content
15,923,087 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to Display PDF in Browser ? Pin
Vasudevan Deepak Kumar20-Aug-07 22:35
Vasudevan Deepak Kumar20-Aug-07 22:35 
GeneralRe: How to Display PDF in Browser ? Pin
Rizwan Bashir20-Aug-07 23:11
Rizwan Bashir20-Aug-07 23:11 
AnswerRe: How to Display PDF in Browser ? Pin
Christian Graus20-Aug-07 23:33
protectorChristian Graus20-Aug-07 23:33 
GeneralRe: How to Display PDF in Browser ? Pin
Rizwan Bashir21-Aug-07 0:03
Rizwan Bashir21-Aug-07 0:03 
GeneralRe: How to Display PDF in Browser ? Pin
Christian Graus21-Aug-07 0:13
protectorChristian Graus21-Aug-07 0:13 
GeneralRe: How to Display PDF in Browser ? Pin
Rizwan Bashir21-Aug-07 2:09
Rizwan Bashir21-Aug-07 2:09 
Questionhow to retrive the correspoding data in the textbox Pin
biswa4720-Aug-07 21:09
biswa4720-Aug-07 21:09 
AnswerRe: how to retrive the correspoding data in the textbox Pin
Bhaskar Shetty21-Aug-07 0:36
Bhaskar Shetty21-Aug-07 0:36 
Loop through the all the Items in datagrid and Set the onclick attribute to the link button of grid, and then call any procedure through Javascript, which assigns the value to textbox.

Code for settting onclick attribute to datagrid.

Dim LnkBtn As New System.Web.UI.WebControls.LinkButton
LnkBtn = datagrid1.Items(i).Cells(0).FindControl("lnkSelect")
LnkBtn.Attributes.Add("onclick", "Write the Javascript Code Or Call local Javascript Procedure")

Script for Setting value to TextBox.
document.all('textbox1').value = datagrid1.Item(RowId).cells(ColID).text>



Bhaskar Shetty

Questionhow to check the rocord exsist in the database Pin
biswa4720-Aug-07 21:08
biswa4720-Aug-07 21:08 
AnswerRe: how to check the rocord exsist in the database Pin
Michael Sync20-Aug-07 21:25
Michael Sync20-Aug-07 21:25 
GeneralRe: how to check the rocord exsist in the database Pin
imranafsari20-Aug-07 22:56
imranafsari20-Aug-07 22:56 
QuestionProblem with ASP.Net menu control - leaving a top margin of about 1 or 2px in IE Pin
ChrisFarrugia20-Aug-07 21:06
ChrisFarrugia20-Aug-07 21:06 
QuestionUsing CodeDOM in .NET Pin
rameshbhojan20-Aug-07 21:01
rameshbhojan20-Aug-07 21:01 
QuestionUser Control not feeling the drop down Pin
Sandeep Akhare20-Aug-07 21:01
Sandeep Akhare20-Aug-07 21:01 
QuestionInStr in C# Pin
Imran Khan Pathan20-Aug-07 21:01
Imran Khan Pathan20-Aug-07 21:01 
AnswerRe: InStr in C# Pin
Michael Sync20-Aug-07 21:22
Michael Sync20-Aug-07 21:22 
AnswerRe: InStr in C# Pin
Christian Graus21-Aug-07 0:12
protectorChristian Graus21-Aug-07 0:12 
AnswerRe: InStr in C# Pin
Dave Doknjas21-Aug-07 14:02
Dave Doknjas21-Aug-07 14:02 
QuestionAuto-Generating a member field in a class using CodeDOM in .NET Pin
rameshbhojan20-Aug-07 20:56
rameshbhojan20-Aug-07 20:56 
QuestionOtimizing database access in my web application? Pin
Nada Adel20-Aug-07 20:56
Nada Adel20-Aug-07 20:56 
Questionhow to display column wise record in web page Pin
imranafsari20-Aug-07 20:50
imranafsari20-Aug-07 20:50 
Questionsqldependency Pin
saravanan0520-Aug-07 20:46
saravanan0520-Aug-07 20:46 
AnswerRe: sqldependency Pin
Jay_se20-Aug-07 22:42
Jay_se20-Aug-07 22:42 
Questionstore image into database Pin
IamAmit20-Aug-07 20:24
IamAmit20-Aug-07 20:24 
AnswerRe: store image into database Pin
Sandeep Akhare20-Aug-07 20:30
Sandeep Akhare20-Aug-07 20:30 

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.