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

ASP.NET

 
QuestionAuto Ellipses Label in ASP.Net Pin
PDTUM15-Jul-10 8:34
PDTUM15-Jul-10 8:34 
AnswerRe: Auto Ellipses Label in ASP.Net Pin
NeverHeardOfMe15-Jul-10 8:58
NeverHeardOfMe15-Jul-10 8:58 
AnswerRe: Auto Ellipses Label in ASP.Net Pin
PDTUM15-Jul-10 10:57
PDTUM15-Jul-10 10:57 
GeneralRe: Auto Ellipses Label in ASP.Net Pin
Not Active15-Jul-10 14:08
mentorNot Active15-Jul-10 14:08 
QuestionNeed to remove empty space from GridView due to hidden columns Pin
Adam Brown 315-Jul-10 5:43
Adam Brown 315-Jul-10 5:43 
AnswerRe: Need to remove empty space from GridView due to hidden columns Pin
thatraja15-Jul-10 8:20
professionalthatraja15-Jul-10 8:20 
GeneralRe: Need to remove empty space from GridView due to hidden columns Pin
Adam Brown 316-Jul-10 3:49
Adam Brown 316-Jul-10 3:49 
GeneralJavaScript action result no longer working after converting to partial view. Pin
Brady Kelly15-Jul-10 5:00
Brady Kelly15-Jul-10 5:00 
Early yesterday, the following validation notice was working correctly. Then we converted the Index view where the request for this action originates to use a partial view, and the Delete ActionLink is now inside that partial view, and now the string argument to the JavaScript method call is rendered literally and as the only content on the 'destination' Delete view.

        public ActionResult Delete(int id)
        {
            var perm = JobCardService.CheckBusinessRules(id);
            if (!string.IsNullOrEmpty(perm))
            {
                var notifyCall = "NotifyFailure('You may not delete this Installation: " + perm + "', false, 2000);";
                return JavaScript(notifyCall);
            }

            JobCardViewData viewData = ViewDataFactory.CreateBaseViewData<JobCardViewData>("Installation List");
            return View("Delete", viewData);
        }

QuestionHow to dynamically create an Excelworkbook with two sheets Pin
antony beula15-Jul-10 3:12
antony beula15-Jul-10 3:12 
AnswerRe: How to dynamically create an Excelworkbook with two sheets Pin
Peace ON15-Jul-10 4:05
Peace ON15-Jul-10 4:05 
QuestionUpload And Crop Image in asp.net Pin
ShafiqA15-Jul-10 3:11
ShafiqA15-Jul-10 3:11 
AnswerRe: Upload And Crop Image in asp.net Pin
Peace ON15-Jul-10 4:08
Peace ON15-Jul-10 4:08 
Questionerror while using window.createPopup() in firefox Pin
kjsl2k915-Jul-10 1:08
kjsl2k915-Jul-10 1:08 
AnswerRe: error while using window.createPopup() in firefox Pin
Peace ON15-Jul-10 1:14
Peace ON15-Jul-10 1:14 
Questionprogramming with asp Pin
Prasannajeet15-Jul-10 0:57
Prasannajeet15-Jul-10 0:57 
AnswerRe: programming with asp Pin
NeverHeardOfMe15-Jul-10 1:09
NeverHeardOfMe15-Jul-10 1:09 
AnswerRe: programming with asp Pin
Peace ON15-Jul-10 1:11
Peace ON15-Jul-10 1:11 
AnswerRe: programming with asp Pin
Anurag Gandhi15-Jul-10 2:26
professionalAnurag Gandhi15-Jul-10 2:26 
QuestionReportViewer - Changing the Local Report Pin
BugMeNotFTW15-Jul-10 0:30
BugMeNotFTW15-Jul-10 0:30 
QuestionMSCharts with large amount of data is slow. Pin
Cobusvdvyver14-Jul-10 23:42
Cobusvdvyver14-Jul-10 23:42 
AnswerRe: MSCharts with large amount of data is slow. Pin
Suresh Pirsquare15-Jul-10 0:55
Suresh Pirsquare15-Jul-10 0:55 
GeneralRe: MSCharts with large amount of data is slow. Pin
Cobusvdvyver15-Jul-10 1:38
Cobusvdvyver15-Jul-10 1:38 
QuestionSetting the Content page back ground color different from the master page back ground color Pin
Steve Holdorf14-Jul-10 10:31
Steve Holdorf14-Jul-10 10:31 
AnswerRe: Setting the Content page back ground color different from the master page back ground color Pin
Sujoy Upadhyay14-Jul-10 18:20
Sujoy Upadhyay14-Jul-10 18:20 
GeneralRe: Setting the Content page back ground color different from the master page back ground color Pin
Prosanta Kundu online14-Jul-10 18:37
Prosanta Kundu online14-Jul-10 18: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.