Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:690485
More Search Options
RSS Available
Matching Posts
Re: Shared hosting and ASP.NET MVC
This is the first thing that I had tried [i.e. using .aspx in the routes] but it did not work. I saw it in web.config also, changing there did not make a difference. Is there any other place where I need to change .mvc to .aspx ? Regards & thanks Kapil
Posted to
ASP.NET MVC
(Forum)
by
ksachdeva17
on 3/22/2008
Shared hosting and ASP.NET MVC
Hi, I am using discountasp.net as my hoster. When I try a basic MVC (Preview 2) it does not work and I get 404. I even updated the Routetable to have .mvc extension infront of controller. Does the hoster needs to add .mvc mapping in his IIS ?. And what it should be mapped to ? Regards & thanks Kapil
Posted to
ASP.NET MVC
(Forum)
by
ksachdeva17
on 3/22/2008
Is MVC good for my solution ?
Hi, I have looked at the documentation and videos about the ASP.NET MVC. It looks good indeed. I have some experience with MonoRail and CakePHP also. I am building a solution where my view is completely rendered/generated by javascript. Once the page has content (created by javascript) certain actions by user result in interaction with the server and fetch new data (json) and update the UI of my view in place (AJAX). Currently I use custom http handlers with which my javascript interact (send data
Posted to
ASP.NET MVC
(Forum)
by
ksachdeva17
on 3/16/2008
Re: Dynamic server controls in ModalPopupExtender
As I read again my post was not very clear. What I am trying to do is this - a) using $find("behModalpop").show() from javascript in a page (Page1.aspx) I would display a modal popup dialog. b) In this modal popup dialog the contents are dynamic server controls. For eg. I would have a text box and a button. The button should have a post back event. c) When the button is clicked dialog box does not get hidden but show some ajax indicator. Once the request is complete the contents of modal dialog box
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ksachdeva17
on 3/28/2007
Dynamic server controls in ModalPopupExtender
Hi, I understand how to use the DynamicServiceMethod in ModalPopupExtender which returns dynamic HTML. What I really want to do is to show some content in Modal Dialog which has server controls with validators and postback. When the post back is done [modal dialog is not hidden] from the event handler (of the button whose post back it is) I want to generate new dynamic content and want to display in the modal dialog. Basically using modal pop displaying dynamic contents based on user input from with
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ksachdeva17
on 3/27/2007
Re: Hi How to set animations(FadeIn and FadeOut) in c# Code window for AnimationExtender
Given you have the animationExtender object you can set the property Animations like this - _animationExtender.Animations = "<OnLoad><FadeIn/></OnLoad>"; Basically what you put in <Animations> tag in the markup you can assign it to this property. Hope this helps. Regards Kapil
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ksachdeva17
on 3/27/2007
Re: Showing ModalPopupExtender programatically from Custom server Control
I donot know what I have been thinking - I just need to do $get("behModalPopupExtender").show() since this extender is rendered. Regards Kapil
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ksachdeva17
on 3/25/2007
Re: Showing ModalPopupExtender programatically from Custom server Control
I figured that I needed to add property in the extender class (C#) and a corresponding one in javascript. I set the property in C# and I am assuming it should be available from javascript. ExtenderControlBase should do some magic. I coded the property hookup and realized that now I do not have a way to call show() method of MyExtenderBehaviour itself on account of not having "BehaviorID" on "MyPanel" control. How do I do this, MyPanel is not an extender so no Behaviour ? Regards Kapil
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ksachdeva17
on 3/25/2007
Showing ModalPopupExtender programatically from Custom server Control
Hi, This is what I am trying to do. I am writing a AJAX ControlToolkit like custom control which extends Panel and is to be shown as ModalPopupExtender. Here is some code : public class MyPanel : Panel { private MyExtender _myExtender; private AnimationExtender _animationExtender; private ModalPopupExtender _modalPopupExtender; protected override void CreateChildControls() { base .CreateChildControls(); _myExtender= new MyExtender(); _myExtender.ID = ID + "_MyExtender" ; _myExtender.TargetControlID
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ksachdeva17
on 3/25/2007
(Updated Post) Re: WebControl using AjaxControlToolkit extenders - some questions
I do not know what happened but I was in the middle of writing my question and post button got pressed ..... so here is the full post I am creating multiple web sites and all of them require browser extension (activex for ie and add-on for firefox). My approach was that if I detect that extension is not installed I redirect the user to the page where I have instructions (as per the browser in use) to install the extensions. This is an okay approach but I thought it would be cool if instead of redirecting
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ksachdeva17
on 3/21/2007
Page 1 of 4 (37 items) 1
2
3
4
Next >
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online