From: Samnang Sao on
Hi,

I am new in ASP.NET but I had been working with Access and SQL Server
for 2 year now. I am doing my first ASP.net trial on my SQL server
data. I had a detail Grid view link to a tlbContact.

I have two questions to ask:

1 - My problem is that when I edit a record and click Update, new
result is not save. (from MS Access form, the result is save)

2 - From the Detail Grid view, I want to open another asp.net page
(frmContactView.apsx) using the ContactID from the Detail View, how
can I do that


Sorry for my english!

I use Microsoft Visual Web Developer 2010 Express on my windows XP
box, the SQL Server reside on the organization's server
From: Alexey Smirnov on
On May 31, 2:52 am, Samnang Sao <ssamnang2...(a)gmail.com> wrote:
> Hi,
>
> I am new in ASP.NET but I had been working with Access and SQL Server
> for 2 year now. I am doing my first ASP.net trial on my SQL server
> data. I had a detail Grid view link to a tlbContact.
>
> I have two questions to ask:
>
> 1 - My problem is that when I edit a record and click Update, new
> result is not save. (from MS Access form, the result is save)
>

Do you see any error?
If not, post your code here...

> 2 - From the Detail Grid view, I want to open another asp.net page
> (frmContactView.apsx) using the ContactID from the Detail View, how
> can I do that
>

Use TemplateField and Hyperlink control to create a link to
frmContactView.apsx