What do you mean by this...
Bhaskar Shetty
What do you mean by this...
Bhaskar Shetty
Hi, Even tried Re-building the whole PC's, but problem persists... Thanks & Regards,
Bhaskar Shetty
Hi, .net framework and all pre-requets are already installed. Is it becuase of any virus infection?? Thanks & Regards,
Bhaskar Shetty
Dear all, Application developed using VS2005 c#, and deployed using click-once, In one of the pc the application runs perfect first time, but when we restart the pc application throws below error message: ApplicationName.exe .net framework inilization error Unable to find a runtime version to run this application But It runs fine with other PC's , only this PC have problem, I have already googled but not found any solutions for the problem. Please help.... Thanks & Regards, Bhaskar Shetty
Bhaskar Shetty
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
Try Re-installing .NET Framework,
Bhaskar Shetty
You should able to edit the columns after you bind it, you can't set datagrid's single column to read-only. Check the Datagrid Read only property, It should be false. Bhaskar Shetty
Error in your connectionstring statement, correct that, see this. server=servername;database=DatabaseName;uid=UserName;pwd=Password. Bhaskar Shetty
Please explain your problem in Detail, you mean to say you want to Update two different table from one command, I think it is not possbile from one line, you have to do it one by one, Or If I mis-understood your problem, then please explain clearly. Bhaskar Shetty