Click here to Skip to main content
15,898,036 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHiding div using jquery Pin
Jagz W8-Oct-09 0:21
professionalJagz W8-Oct-09 0:21 
AnswerRe: Hiding div using jquery Pin
Christian Graus8-Oct-09 1:09
protectorChristian Graus8-Oct-09 1:09 
AnswerRe: Hiding div using jquery Pin
Atif Ali Bhatti8-Oct-09 2:03
Atif Ali Bhatti8-Oct-09 2:03 
GeneralRe: Hiding div using jquery Pin
Jagz W8-Oct-09 2:37
professionalJagz W8-Oct-09 2:37 
QuestionSearch Engine Pin
Nanda_MR7-Oct-09 23:53
Nanda_MR7-Oct-09 23:53 
AnswerRe: Search Engine Pin
janani138-Oct-09 0:11
janani138-Oct-09 0:11 
AnswerRe: Search Engine Pin
Christian Graus8-Oct-09 0:21
protectorChristian Graus8-Oct-09 0:21 
Questionrepeater with multiple rows Pin
m@dhu7-Oct-09 23:35
m@dhu7-Oct-09 23:35 
im using repeater control retrieving a table with four rows from sql.
one column is to active or inactive the users, when i click on linkbutton to active or inactive single user all users are activated or deactivated.
following is the code....
in sql table i had column active with values '1'(active) and '0'(inactive)
help me what im missing or any sample code....
in repeater item command 
//sql connection 
//datatable
//dataset
//sql command...  
if(commandname=="inactive")
foreach (DataRow row in dt.Rows)
{
if (row["Active"].ToString() == "0")
{ 
//query for updating// 
update tb_staff set Active=1 where Active=0                   
}
if (row["InActive"].ToString() == "1")
{ 
//query for updating// 
update tb_staff set Active=0 where Active=1                   
}
                    
}

AnswerRe: repeater with multiple rows Pin
janani138-Oct-09 0:19
janani138-Oct-09 0:19 
GeneralRe: repeater with multiple rows Pin
m@dhu8-Oct-09 0:43
m@dhu8-Oct-09 0:43 
GeneralRe: repeater with multiple rows Pin
janani138-Oct-09 1:13
janani138-Oct-09 1:13 
GeneralRe: repeater with multiple rows Pin
m@dhu8-Oct-09 2:11
m@dhu8-Oct-09 2:11 
AnswerRe: repeater with multiple rows Pin
praveen.c@byzan.com8-Oct-09 0:25
praveen.c@byzan.com8-Oct-09 0:25 
QuestionConverting Asp.net application to run trust level medium ? Pin
rahul.net117-Oct-09 23:00
rahul.net117-Oct-09 23:00 
AnswerRe: Converting Asp.net application to run trust level medium ? Pin
Christian Graus7-Oct-09 23:10
protectorChristian Graus7-Oct-09 23:10 
GeneralRe: Converting Asp.net application to run trust level medium ? Pin
rahul.net117-Oct-09 23:26
rahul.net117-Oct-09 23:26 
GeneralRe: Converting Asp.net application to run trust level medium ? Pin
Christian Graus8-Oct-09 1:11
protectorChristian Graus8-Oct-09 1:11 
QuestionGrid To Excel Pin
4anusha47-Oct-09 20:57
4anusha47-Oct-09 20:57 
AnswerRe: Grid To Excel Pin
Christian Graus7-Oct-09 22:26
protectorChristian Graus7-Oct-09 22:26 
GeneralRe: Grid To Excel Pin
4anusha47-Oct-09 22:30
4anusha47-Oct-09 22:30 
AnswerRe: Grid To Excel Pin
Sujit Mandal11-Oct-09 23:17
Sujit Mandal11-Oct-09 23:17 
QuestionTableInsideTableRow [modified] Pin
Yonathan11117-Oct-09 20:51
professionalYonathan11117-Oct-09 20:51 
AnswerRe: TableInsideTableRow Pin
Abhijit Jana7-Oct-09 22:55
professionalAbhijit Jana7-Oct-09 22:55 
AnswerRe: TableInsideTableRow Pin
Sujit Mandal11-Oct-09 23:19
Sujit Mandal11-Oct-09 23:19 
GeneralRe: TableInsideTableRow Pin
Yonathan111112-Oct-09 1:28
professionalYonathan111112-Oct-09 1: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.