Click here to Skip to main content
15,889,732 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: init prerender events of page Pin
Sathesh Sakthivel3-Jul-07 19:59
Sathesh Sakthivel3-Jul-07 19:59 
AnswerRe: init prerender events of page Pin
Sandeep Akhare3-Jul-07 20:04
Sandeep Akhare3-Jul-07 20:04 
Questionfor best search results [modified] Pin
vsvasu3-Jul-07 19:37
vsvasu3-Jul-07 19:37 
AnswerRe: for best search results Pin
Sandeep Akhare3-Jul-07 20:11
Sandeep Akhare3-Jul-07 20:11 
Questiondatagrid Pin
musnet20073-Jul-07 19:20
musnet20073-Jul-07 19:20 
AnswerRe: datagrid Pin
Tamimi - Code3-Jul-07 19:34
Tamimi - Code3-Jul-07 19:34 
GeneralRe: datagrid Pin
musnet20073-Jul-07 20:12
musnet20073-Jul-07 20:12 
AnswerRe: datagrid Pin
Sathesh Sakthivel3-Jul-07 19:35
Sathesh Sakthivel3-Jul-07 19:35 
var obj = new AW.UI.Grid;
obj.setCellData(function(col, row){return col + "." + row});
obj.setHeaderText(function(i){return "Col " + i});
obj.setColumnCount(10);
obj.setRowCount(100);

// create new row property
obj.defineRowProperty("color", function(row){
return this.getCellData(0, row).match("1") ? "red" : "blue";
})

// link row background to row color property
obj.getRowTemplate().setStyle("background", function(){
return this.getRowProperty("color");
});

Hope this will help you.

Regards,

Satips.Rose | [Rose]

Questionhow to create control at runtime in ASP.NET using vb.net Pin
honeypk20@yahoo.com3-Jul-07 19:13
honeypk20@yahoo.com3-Jul-07 19:13 
AnswerRe: how to create control at runtime in ASP.NET using vb.net Pin
Tamimi - Code3-Jul-07 19:30
Tamimi - Code3-Jul-07 19:30 
QuestionStatus bar in windows 2003 Pin
Kanjinghat3-Jul-07 18:42
Kanjinghat3-Jul-07 18:42 
QuestionHow to create dynamic text boxes in asp.net using C#.net Pin
attalurisubbu3-Jul-07 18:20
attalurisubbu3-Jul-07 18:20 
AnswerRe: How to create dynamic text boxes in asp.net using C#.net Pin
Sathesh Sakthivel3-Jul-07 18:32
Sathesh Sakthivel3-Jul-07 18:32 
QuestionHow to capture event when user is closing the Browser [modified] Pin
mangrovecm3-Jul-07 17:05
mangrovecm3-Jul-07 17:05 
AnswerRe: How to capture event when user is closing the Browser Pin
Aleksandr713-Jul-07 17:23
Aleksandr713-Jul-07 17:23 
GeneralRe: How to capture event when user is closing the Browser [modified] Pin
mangrovecm3-Jul-07 18:01
mangrovecm3-Jul-07 18:01 
GeneralRe: How to capture event when user is closing the Browser Pin
Michael Sync3-Jul-07 19:51
Michael Sync3-Jul-07 19:51 
QuestionCrystal Report Pin
isaii3-Jul-07 16:51
isaii3-Jul-07 16:51 
QuestionHow to display a message when user is closing the Browser Pin
mangrovecm3-Jul-07 15:34
mangrovecm3-Jul-07 15:34 
AnswerRe: How to display a message when user is closing the Browser Pin
Michael Sync3-Jul-07 17:00
Michael Sync3-Jul-07 17:00 
QuestionRe: How to display a message when user is closing the Browser Pin
mangrovecm3-Jul-07 17:23
mangrovecm3-Jul-07 17:23 
AnswerRe: How to display a message when user is closing the Browser Pin
Michael Sync3-Jul-07 17:37
Michael Sync3-Jul-07 17:37 
GeneralRe: How to display a message when user is closing the Browser Pin
mangrovecm3-Jul-07 18:06
mangrovecm3-Jul-07 18:06 
GeneralRe: How to display a message when user is closing the Browser Pin
N a v a n e e t h3-Jul-07 18:09
N a v a n e e t h3-Jul-07 18:09 
GeneralRe: How to display a message when user is closing the Browser Pin
mangrovecm3-Jul-07 18:24
mangrovecm3-Jul-07 18:24 

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.