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:820734
More Search Options
RSS Available
Matching Posts
Re: MVC and ADO.NET
Theoritecally whther u use ADO.Net or Linq or EDM, its no different! You have controller code written in plain C#, so you can put anything thats supported in C#...whther vanilla ADO.Net or Linq or EDM or anything for that matter. U must understand, ADO.Net or Linq or EDM are just a way to fill your model. And the view is bound to a model to display its data. So theoritically, no one stopping you if you want to use ADO.Net with ASP.Net mvc, but the thing is that its redundant! See, Linq or EDM, they
Posted to
ASP.NET MVC
(Forum)
by
atanu.podder
on 5/1/2009
Re: How to set TargetControlID of modalpopupextender from usercontrol.
I suggested put it in prerender event, instead of page_load. And btw aspx and code behind is just one or the other, inpage lifecycle they dont differ at all, its just a coding style/convenience.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
atanu.podder
on 5/1/2009
Re: How to set TargetControlID of modalpopupextender from usercontrol.
Try moving the targetcontrol assignment code to page_prerender, let me know even thats running into issues, v have 101 other ways to resolve it :). i currently dunt hav visualstudio installed in the machine.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
atanu.podder
on 5/1/2009
Re: How to set TargetControlID of modalpopupextender from usercontrol.
If I understand your issue correctly, you need to pop up one user control from a button in another user control using modal popup user control. there are multiple ways to do this, below is what I recommend: 1. Lets suppose u hav UC1 and UC2, UC1 needs to be popped on a click of Button1 in UC2. 2. Expose Button1 as initernal property from UC2. 3. From UC1, using FindControl() in the parent page gt da ref. of UC2 instance. Since FindControl returns Control typecast it to UC2 type. 4. Now u shud hav
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
atanu.podder
on 5/1/2009
Re: UpdatePanel not updating
You dont have to call update() method urself, that would get automatically called.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
atanu.podder
on 4/30/2009
Re: UpdatePanel not updating
Hi, there are multiple solutions to the scenario you have mentioned. Below is just one of those, let em know if the below mentioned one does not suite you, I can suggest a couple more! 1. Attach a javascript onclick attribute to the button or attach a javascript function to the 'OnClientClick' event of the button. 2. In that function make, the button's style.visibility to hidden or style.display to none and make the image's style.visibility to visible or style.display to block 3.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
atanu.podder
on 4/30/2009
Re: CascadingDropDown Error 405
Okei...if my piece of code is not functioning as expected in your environment, m certain that your environment has got some issue, bcos the code piece i have put in its waorkin just as expected in my env. One suggestion, can you try my code piece in some other machine in your domain just to make it clear that there is no issues with your current env.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
atanu.podder
on 11/12/2008
Re: CascadingDropDown Error 405
Okie, can you try my code and see if you can reproduce the same in my piece of code as well.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
atanu.podder
on 11/11/2008
Re: partial postback within an open modalpopupextender?
PageMethods are actually asyc webservice call using Ajax, google and take an idea of PageMethods u can c this link http://www.codeproject. com/KB/ajax/ UsingAjaxBeyondUpdatePane.aspx
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
atanu.podder
on 11/10/2008
Re: Facing problem with the modal pop up
If I understand your problem correctly, you just want to show a modal popup on click of a item in a grid row. My recomendation to this issue would be to make use of PageMethod, instead of a postback. Make a PageMethod (if you are new to PageMethod, google to get some examples). Invoke the method on client click of those link buttons in the grdirow Once data recieved from the PageMethod, populate a div/ panel, which would be displayed by the modal popup. and then show then popup from the client side
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
atanu.podder
on 11/10/2008
Page 1 of 20 (191 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online