Click here to Skip to main content
15,887,676 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: web API - C# Pin
Kornfeld Eliyahu Peter10-Oct-13 5:32
professionalKornfeld Eliyahu Peter10-Oct-13 5:32 
SuggestionSomeone - Please sell me on MVC Pin
L Viljoen2-Oct-13 23:57
professionalL Viljoen2-Oct-13 23:57 
GeneralRe: Someone - Please sell me on MVC Pin
Kornfeld Eliyahu Peter8-Oct-13 1:52
professionalKornfeld Eliyahu Peter8-Oct-13 1:52 
GeneralRe: Someone - Please sell me on MVC Pin
L Viljoen9-Oct-13 1:17
professionalL Viljoen9-Oct-13 1:17 
GeneralRe: Someone - Please sell me on MVC Pin
Kornfeld Eliyahu Peter9-Oct-13 1:29
professionalKornfeld Eliyahu Peter9-Oct-13 1:29 
GeneralRe: Someone - Please sell me on MVC Pin
João Márcio Prado17-Oct-13 10:52
João Márcio Prado17-Oct-13 10:52 
GeneralRe: Someone - Please sell me on MVC Pin
Kornfeld Eliyahu Peter17-Oct-13 19:46
professionalKornfeld Eliyahu Peter17-Oct-13 19:46 
QuestionRadWindow does not display Pin
Steve Holdorf1-Oct-13 14:03
Steve Holdorf1-Oct-13 14:03 
I have a RadGrid using a standard grid hierarchy and am trying to open a RadWindow from within the OnItemCommand event when a radbutton column item is selected. When I select the button the code below does run (checked using a break point); however, the radwindow does not open and the radgrid itself appears to do a partial postback. Any Ideas why the rad window does not display? The code is as follows:

protected void RadGrid1_ItemCommand(object sender, GridCommandEventArgs e)
{
if (e.CommandName == "ButtonEdit")
{
//opening window
RadWindow newWindow = new RadWindow();

newWindow.ID = "RadWindow1";

newWindow.NavigateUrl = "Window1.aspx";

newWindow.VisibleOnPageLoad = true;

RadWindowManager1.Windows.Add(newWindow);
}
}

Also note, the RadWindowManager is valid as it is used elsewhere on the page with no problems.

Thanks,


Steve Holdorf
AnswerRe: RadWindow does not display Pin
Kornfeld Eliyahu Peter2-Oct-13 20:37
professionalKornfeld Eliyahu Peter2-Oct-13 20:37 
Questionslideshow Pin
crood29-Sep-13 19:56
crood29-Sep-13 19:56 
AnswerRe: slideshow Pin
Richard MacCutchan29-Sep-13 21:33
mveRichard MacCutchan29-Sep-13 21:33 
AnswerRe: slideshow Pin
Abhinav S30-Sep-13 18:37
Abhinav S30-Sep-13 18:37 
QuestionSelect data on the basis of URL. Pin
webmas128-Sep-13 1:11
professionalwebmas128-Sep-13 1:11 
AnswerRe: Select data on the basis of URL. Pin
Richard MacCutchan29-Sep-13 21:31
mveRichard MacCutchan29-Sep-13 21:31 
AnswerRe: Select data on the basis of URL. Pin
David Mujica30-Sep-13 2:13
David Mujica30-Sep-13 2:13 
AnswerRe: Select data on the basis of URL. Pin
Govindaraj Rangaraj30-Sep-13 23:29
Govindaraj Rangaraj30-Sep-13 23:29 
QuestionHow to Handle Null using LINQ during Datatable CrossJoin C# Pin
priyaahh27-Sep-13 0:51
priyaahh27-Sep-13 0:51 
AnswerRe: How to Handle Null using LINQ during Datatable CrossJoin C# Pin
Richard Deeming27-Sep-13 2:04
mveRichard Deeming27-Sep-13 2:04 
GeneralRe: How to Handle Null using LINQ during Datatable CrossJoin C# Pin
priyaahh29-Sep-13 21:10
priyaahh29-Sep-13 21:10 
QuestionHardware ID in ASP.NET Shared Hosting environment Pin
devvvy25-Sep-13 15:14
devvvy25-Sep-13 15:14 
AnswerRe: Hardware ID in ASP.NET Shared Hosting environment Pin
Bernhard Hiller25-Sep-13 21:31
Bernhard Hiller25-Sep-13 21:31 
GeneralRe: Hardware ID in ASP.NET Shared Hosting environment Pin
devvvy25-Sep-13 23:39
devvvy25-Sep-13 23:39 
QuestionChange Image format with fixed size on image upload Pin
SAM_India25-Sep-13 11:35
SAM_India25-Sep-13 11:35 
AnswerRe: Change Image format with fixed size on image upload Pin
Bernhard Hiller25-Sep-13 21:38
Bernhard Hiller25-Sep-13 21:38 
QuestionImage Viewer in asp.net C# Pin
Member 1029206123-Sep-13 4:07
Member 1029206123-Sep-13 4:07 

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.