Click here to Skip to main content
15,904,339 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Send email to multiple users with matching ID's (Asp.Net2 C#) Pin
Not Active31-May-07 5:28
mentorNot Active31-May-07 5:28 
GeneralRe: Send email to multiple users with matching ID's (Asp.Net2 C#) Pin
AdamskiR31-May-07 22:06
AdamskiR31-May-07 22:06 
Questioncalendar control in frames. Pin
Rajiya31-May-07 4:36
Rajiya31-May-07 4:36 
AnswerRe: calendar control in frames. Pin
Not Active31-May-07 5:35
mentorNot Active31-May-07 5:35 
GeneralRe: calendar control in frames. Pin
Rajiya31-May-07 5:54
Rajiya31-May-07 5:54 
GeneralRe: calendar control in frames. Pin
Not Active31-May-07 6:53
mentorNot Active31-May-07 6:53 
QuestionCreating Virtual Dir through C# - Security Exception Pin
Blumen31-May-07 4:24
Blumen31-May-07 4:24 
QuestionDealing with command in GridView [asp.net 2.0] Pin
Amr M. K.31-May-07 4:08
Amr M. K.31-May-07 4:08 
Hello ;
I added grid view in my web project
and added buttun feild and covert it to template feild
and every thing works ok
protected void Grid1_Command(object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e)
{
String z = (String)e.CommandArgument;

int indexGrid = Convert.ToInt16(z);




String CommandNamew = e.CommandName.ToString();
SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["colliersUAEConnectionString"].ConnectionString.ToString());

switch (CommandNamew)
{
//-------------------------------------------
case "CmdUp":
{

.....

.........


gridView1.DateBind();
}

the command excute and page post back to the browser and make change in database but on gridView dont appear data be same excpet u make refresh to the browser
...
I added gridView1.DateBind(); in the end of command above ^
and also tried to add page.Bind on page load event but nothing change

plz any sugestion


aj123
AnswerRe: Dealing with command in GridView [asp.net 2.0] Pin
kubben31-May-07 5:04
kubben31-May-07 5:04 
QuestionIntellisense breaks on Enum in App_Code Pin
gantww31-May-07 3:48
gantww31-May-07 3:48 
AnswerRe: Intellisense breaks on Enum in App_Code Pin
Joseph Guadagno31-May-07 10:29
Joseph Guadagno31-May-07 10:29 
GeneralRe: Intellisense breaks on Enum in App_Code Pin
gantww31-May-07 10:40
gantww31-May-07 10:40 
Questiontravese in tree Pin
kvijayajyothy31-May-07 3:11
kvijayajyothy31-May-07 3:11 
AnswerRe: travese in tree Pin
Sathesh Sakthivel31-May-07 3:30
Sathesh Sakthivel31-May-07 3:30 
AnswerRe: travese in tree Pin
scottgp31-May-07 4:59
professionalscottgp31-May-07 4:59 
Questionhow can we capture the screen in .aspx page? Pin
tamilarasi31-May-07 3:06
tamilarasi31-May-07 3:06 
AnswerRe: how can we capture the screen in .aspx page? Pin
Sathesh Sakthivel31-May-07 3:33
Sathesh Sakthivel31-May-07 3:33 
GeneralRe: how can we capture the screen in .aspx page? Pin
Christian Graus31-May-07 10:27
protectorChristian Graus31-May-07 10:27 
AnswerRe: how can we capture the screen in .aspx page? Pin
Christian Graus31-May-07 10:27
protectorChristian Graus31-May-07 10:27 
QuestionDatagrid-Marquee Pin
sanaziuse31-May-07 3:01
sanaziuse31-May-07 3:01 
AnswerRe: Datagrid-Marquee Pin
sanaziuse31-May-07 10:28
sanaziuse31-May-07 10:28 
QuestionCompare two times..., Pin
Member 387988131-May-07 2:18
Member 387988131-May-07 2:18 
AnswerRe: Compare two times..., Pin
szukuro31-May-07 2:24
szukuro31-May-07 2:24 
GeneralRe: Compare two times..., Pin
Member 387988131-May-07 2:34
Member 387988131-May-07 2:34 
AnswerRe: Compare two times..., Pin
Christian Graus31-May-07 2:37
protectorChristian Graus31-May-07 2:37 

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.