Click here to Skip to main content
15,913,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: creating an asp.net discussion web site Pin
Kannan Ar27-Nov-09 17:25
professionalKannan Ar27-Nov-09 17:25 
GeneralBuilding an ASP.NET P3P framework Pin
djechelon27-Nov-09 10:55
djechelon27-Nov-09 10:55 
QuestionInstall IIS on Visual Studio 2002-What server software for ASP.net Pin
andrew p jones27-Nov-09 10:30
andrew p jones27-Nov-09 10:30 
AnswerRe: Install IIS on Visual Studio 2002-What server software for ASP.net Pin
Christian Graus27-Nov-09 11:23
protectorChristian Graus27-Nov-09 11:23 
QuestionTreeView Selected Node Scroll Problem Pin
W4Rl0CK4727-Nov-09 6:16
W4Rl0CK4727-Nov-09 6:16 
AnswerRe: TreeView Selected Node Scroll Problem Pin
Abhishek Sur27-Nov-09 10:13
professionalAbhishek Sur27-Nov-09 10:13 
AnswerRe: TreeView Selected Node Scroll Problem Pin
Petr Pechovic27-Nov-09 10:32
professionalPetr Pechovic27-Nov-09 10:32 
GeneralExecute client Javascript after Ajax callback. Pin
Brady Kelly27-Nov-09 5:24
Brady Kelly27-Nov-09 5:24 
I have a web form that uses the Telerik RadAjaxManager (via RadAjaxManager proxy) to update a RadGrid based on filter criteria. When the criteria change, I rebind the grid, but now I also want to resize the grid on the client, using JavaScript. How can I cause my JavaScript to be executed when I rebind the grid? The JS code already exists on the page, and just needs to be called.

E.g. When I increase the number of rows in the RadGrid, it reverts to a default height, much less that the height of its container, until I resize or reload the page, when the grid is sized by the code below. I want to be able to execute resizeChildren() when my criteria, and thus the number of rows, changes.
function resizeChildren() {
    $("#ctl00_mainContentPlaceHolder_grid_GridData").height($(window).height() - 160);
}

$(document).ready(function() {
    resizeChildren();
});
$(window).resize(function() {
    resizeChildren();
});



GeneralRe: Execute client Javascript after Ajax callback. Pin
Christian Graus27-Nov-09 5:28
protectorChristian Graus27-Nov-09 5:28 
GeneralRe: Execute client Javascript after Ajax callback. Pin
Abhishek Sur27-Nov-09 9:58
professionalAbhishek Sur27-Nov-09 9:58 
QuestionHow to programmatically add message in out of office (Outlook feature) using asp.net Pin
Manprit.bagga27-Nov-09 3:32
Manprit.bagga27-Nov-09 3:32 
AnswerRe: How to programmatically add message in out of office (Outlook feature) using asp.net Pin
Abhijit Jana27-Nov-09 3:49
professionalAbhijit Jana27-Nov-09 3:49 
QuestionRe: How to programmatically add message in out of office (Outlook feature) using asp.net Pin
Manprit.bagga27-Nov-09 17:37
Manprit.bagga27-Nov-09 17:37 
AnswerRe: How to programmatically add message in out of office (Outlook feature) using asp.net Pin
dmofo7-Jun-10 8:20
dmofo7-Jun-10 8:20 
Questionchat in asp.net Pin
am.net27-Nov-09 2:11
am.net27-Nov-09 2:11 
AnswerRe: chat in asp.net Pin
Abhishek Sur27-Nov-09 2:18
professionalAbhishek Sur27-Nov-09 2:18 
AnswerRe: chat in asp.net Pin
Abhijit Jana27-Nov-09 3:59
professionalAbhijit Jana27-Nov-09 3:59 
QuestionArray List life Time and Scope Pin
Anil Kumar.Arvapalli27-Nov-09 1:50
Anil Kumar.Arvapalli27-Nov-09 1:50 
AnswerRe: Array List life Time and Scope Pin
Christian Graus27-Nov-09 2:10
protectorChristian Graus27-Nov-09 2:10 
QuestionInsert GridView Records on one click Pin
lrsalunkhe27-Nov-09 0:17
lrsalunkhe27-Nov-09 0:17 
AnswerRe: Insert GridView Records on one click Pin
dan!sh 27-Nov-09 0:29
professional dan!sh 27-Nov-09 0:29 
Questionhow to add column to gridview for row count Pin
shiva.kore27-Nov-09 0:00
shiva.kore27-Nov-09 0:00 
AnswerRe: how to add column to gridview for row count Pin
saini arun27-Nov-09 0:09
saini arun27-Nov-09 0:09 
QuestionGrid view content as email Pin
jinovv26-Nov-09 23:35
jinovv26-Nov-09 23:35 
AnswerRe: Grid view content as email Pin
pinna_hari26-Nov-09 23:47
pinna_hari26-Nov-09 23:47 

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.