Click here to Skip to main content
16,014,591 members
Home / Discussions / Web Development
   

Web Development

 
GeneralLinks and Underlines Pin
Michael Martin12-Jul-02 22:25
professionalMichael Martin12-Jul-02 22:25 
GeneralRe: Links and Underlines Pin
Nish Nishant13-Jul-02 1:06
sitebuilderNish Nishant13-Jul-02 1:06 
GeneralRe: Links and Underlines Pin
Michael Martin13-Jul-02 1:56
professionalMichael Martin13-Jul-02 1:56 
GeneralRe: Links and Underlines Pin
Paul Watson15-Jul-02 7:26
sitebuilderPaul Watson15-Jul-02 7:26 
GeneralRe: Links and Underlines Pin
Michael Martin24-Jul-02 3:54
professionalMichael Martin24-Jul-02 3:54 
QuestionHow can Open Document .doc etc or pic from asp page Pin
Mustafai12-Jul-02 20:20
Mustafai12-Jul-02 20:20 
AnswerRe: How can Open Document .doc etc or pic from asp page Pin
benjymous15-Jul-02 0:53
benjymous15-Jul-02 0:53 
GeneralUpdate Datagrid problem Pin
Steve Severance12-Jul-02 17:41
Steve Severance12-Jul-02 17:41 
When I try to update my databae using the update on the datagrid the original values, not the modified ones are passed. Any ideas? Thanks.(No, the function in its current state does not function)

public void UpdateGrid(object sender, DataGridCommandEventArgs e)
{
UpdateVendor.Connection = Global.sqlConnection;
UpdateVendor.Parameters[0].Value = dgVendors.DataKeys[(int)e.Item.ItemIndex];
TextBox Contact = (TextBox)e.Item.Cells[3].Controls[0];
TextBox Address = (TextBox)e.Item.Cells[4].Controls[0];
TextBox Phone = (TextBox)e.Item.Cells[5].Controls[0];
TextBox Fax = (TextBox)e.Item.Cells[6].Controls[0];

UpdateVendor.ExecuteNonQuery();

dgVendors.EditItemIndex = -1;
dgVendors.DataBind();
}



Steve

Not all who wander are lost...
GeneralRe: Update Datagrid problem Pin
Not Active13-Jul-02 2:58
mentorNot Active13-Jul-02 2:58 
GeneralRe: Update Datagrid problem Pin
Steve Severance16-Jul-02 3:04
Steve Severance16-Jul-02 3:04 
GeneralRe: Update Datagrid problem Pin
Not Active16-Jul-02 14:30
mentorNot Active16-Jul-02 14:30 
QuestionWhat's new with ASP .NET? Pin
merlin987612-Jul-02 15:42
merlin987612-Jul-02 15:42 
AnswerRe: What's new with ASP .NET? Pin
Andy Smith12-Jul-02 16:12
Andy Smith12-Jul-02 16:12 
GeneralThe SmtpMail class Pin
Rickard Andersson2012-Jul-02 11:23
Rickard Andersson2012-Jul-02 11:23 
GeneralRe: The SmtpMail class Pin
Not Active12-Jul-02 13:52
mentorNot Active12-Jul-02 13:52 
GeneralThreadAbortException Pin
Not Active12-Jul-02 6:25
mentorNot Active12-Jul-02 6:25 
GeneralASP.NET on Netcrape Pin
Not Active12-Jul-02 2:28
mentorNot Active12-Jul-02 2:28 
GeneralRe: ASP.NET on Netcrape Pin
Jeremy Falcon12-Jul-02 6:35
professionalJeremy Falcon12-Jul-02 6:35 
GeneralRe: ASP.NET on Netcrape Pin
Not Active12-Jul-02 8:22
mentorNot Active12-Jul-02 8:22 
Generali want to delete or remove values form session variable Pin
Mustafai11-Jul-02 21:21
Mustafai11-Jul-02 21:21 
GeneralRe: i want to delete or remove values form session variable Pin
Philip Patrick12-Jul-02 1:33
professionalPhilip Patrick12-Jul-02 1:33 
GeneralRe: i wrote the same thing but.. Pin
Mustafai12-Jul-02 20:05
Mustafai12-Jul-02 20:05 
GeneralSet as homepage Pin
Anonymous11-Jul-02 6:15
Anonymous11-Jul-02 6:15 
GeneralRe: Set as homepage Pin
Matt Newman11-Jul-02 10:24
Matt Newman11-Jul-02 10:24 
GeneralRe: Set as homepage Pin
Anonymous11-Jul-02 11:06
Anonymous11-Jul-02 11:06 

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.