Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how can i send mails automatically in web application using C# code. Pin
Rajeshwar Code- Developer20-Nov-07 17:49
Rajeshwar Code- Developer20-Nov-07 17:49 
Questionsplit function in stored procedure Pin
Sonia Gupta19-Nov-07 3:01
Sonia Gupta19-Nov-07 3:01 
AnswerRe: split function in stored procedure Pin
Michael Sync19-Nov-07 4:04
Michael Sync19-Nov-07 4:04 
AnswerRe: split function in stored procedure Pin
Gandalf_TheWhite19-Nov-07 19:03
professionalGandalf_TheWhite19-Nov-07 19:03 
QuestionAccessing a particular cells Address on click in a gridview Pin
sangramkp19-Nov-07 2:56
sangramkp19-Nov-07 2:56 
AnswerRe: Accessing a particular cells Address on click in a gridview Pin
SABhatti19-Nov-07 9:43
SABhatti19-Nov-07 9:43 
GeneralRe: Accessing a particular cells Address on click in a gridview Pin
sangramkp19-Nov-07 17:28
sangramkp19-Nov-07 17:28 
GeneralRe: Accessing a particular cells Address on click in a gridview Pin
SABhatti19-Nov-07 18:00
SABhatti19-Nov-07 18:00 
if you are using AJAX then you can even do a partial postback and store that address on the server.

But I will suggest the javascript solution I gave you in my previous response. In that javascript function store the ID's in a hidden filed separated by comma and highlight the cells (change the backround color using stylesheet cell.className in javascript). when user submit the form get the clicked cells from hidden field, split them based on , and store them in database.

-----

GeneralRe: Accessing a particular cells Address on click in a gridview Pin
sangramkp19-Nov-07 20:17
sangramkp19-Nov-07 20:17 
GeneralRe: Accessing a particular cells Address on click in a gridview Pin
SABhatti20-Nov-07 7:47
SABhatti20-Nov-07 7:47 
QuestionASP .NET VS PHP in a YouTube-like project [modified] Pin
Mohammad A Gdeisat19-Nov-07 2:06
Mohammad A Gdeisat19-Nov-07 2:06 
AnswerRe: ASP .NET VS PHP in a YouTube-like project Pin
Malcolm Smart19-Nov-07 2:19
Malcolm Smart19-Nov-07 2:19 
GeneralRe: ASP .NET VS PHP in a YouTube-like project Pin
Mohammad A Gdeisat19-Nov-07 3:52
Mohammad A Gdeisat19-Nov-07 3:52 
AnswerRe: ASP .NET VS PHP in a YouTube-like project Pin
Pete O'Hanlon19-Nov-07 2:20
mvePete O'Hanlon19-Nov-07 2:20 
GeneralRe: ASP .NET VS PHP in a YouTube-like project Pin
Mohammad A Gdeisat19-Nov-07 3:52
Mohammad A Gdeisat19-Nov-07 3:52 
GeneralRe: ASP .NET VS PHP in a YouTube-like project Pin
Pete O'Hanlon19-Nov-07 4:51
mvePete O'Hanlon19-Nov-07 4:51 
GeneralRe: ASP .NET VS PHP in a YouTube-like project Pin
Christian Graus19-Nov-07 9:28
protectorChristian Graus19-Nov-07 9:28 
Questionreturn column name of specified table Pin
Tarun_Singh19-Nov-07 1:58
Tarun_Singh19-Nov-07 1:58 
AnswerRe: return column name of specified table Pin
Malcolm Smart19-Nov-07 2:20
Malcolm Smart19-Nov-07 2:20 
Questionhow i can get the path of the file where it is saved Pin
jagan12319-Nov-07 1:37
jagan12319-Nov-07 1:37 
AnswerRe: how i can get the path of the file where it is saved Pin
Malcolm Smart19-Nov-07 2:11
Malcolm Smart19-Nov-07 2:11 
Questionfree e-books Pin
Sonia Gupta19-Nov-07 1:32
Sonia Gupta19-Nov-07 1:32 
AnswerRe: free e-books Pin
Kasi Viswanathan19-Nov-07 1:50
Kasi Viswanathan19-Nov-07 1:50 
GeneralRe: free e-books Pin
Sonia Gupta19-Nov-07 2:24
Sonia Gupta19-Nov-07 2:24 
GeneralRe: free e-books Pin
Malcolm Smart19-Nov-07 2:28
Malcolm Smart19-Nov-07 2:28 

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.