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:685811
More Search Options
RSS Available
Matching Posts
Re: Event called for all instances of UserControl
It was the freaking viewstate. I had it turned off for the page.
Posted to
Custom Server Controls
(Forum)
by
martyphee
on 10/26/2008
Re: Event called for all instances of UserControl
Thanks. I created a stripped down page and it doesn't happen then, so it must be something with my page. Not sure what though...
Posted to
Custom Server Controls
(Forum)
by
martyphee
on 10/25/2008
Event called for all instances of UserControl
I have two instances of a user control (DateSelection) on a page. StartDate and EndDate. I have a custom event called DateChanged and mapped that to a handler in the page. Problem: if either date is changed the event is triggered in both instances of the UserControl. I'm using this event in the page to rebind one of the dropdowns. Hense it getting called twice. Tried two different handlers and get the same results.
Posted to
Custom Server Controls
(Forum)
by
martyphee
on 10/25/2008
Filed under: user control
Re: ReportViewer Not Accepting DateTime Parameters
I ran across this same problem. Here is a vb solution I used. I use c#. ReportViewer1.ServerReport.ReportServerUrl = New Uri( " http://server/ReportServer$DEV01 " ) ReportViewer1.ServerReport.ReportPath = "/Tempus/Report2" Dim parms(1) As ReportParameter parms(0) = New ReportParameter( "ScheduleID" , "4" ) parms(1) = New ReportParameter( "WeekEnding" , New DateTime(2007, 7, 29).ToString()) ReportViewer1.ServerReport.SetParameters(parms) The call to
Posted to
SQL Server Reporting Services
(Forum)
by
martyphee
on 5/15/2008
Parts of the application not working after build...
I have a web application that I do a "Publish Web Site" to a local folder. I zip up and give to the web admin to deploy. Previously we weren't doing it this way. I would just create a snap shot of the source (aspx and .cs files along with needed dll's) and place that on the website. Anyway, we've had two installs (precompiled versions, two out of two) that have had problems. First time 3 pages within in a certain directory wouldn't work. After just a recompile and push to UAT it worked. Said something
Posted to
VS 2005 Web Application Projects
(Forum)
by
martyphee
on 5/7/2007
Re: Problems with custom PagerTemplate and Gridview
Ok, so where exactly should I add my dynamic controls to the pagertemplate? The above links don't relate to the problem.
Posted to
Data Presentation Controls
(Forum)
by
martyphee
on 1/24/2007
Problems with custom PagerTemplate and Gridview
I'm trying to create a custom pager to look like googles (Prev 1 2 3 4 5 Next). Below are the snippets of code. The hard coded LinkButton's in the template work fine, but the dynamic ones don't do anything. Well, there is a postback, but it isn't handled by the grid through the PageIndexChanging. It caused a postback, but never called any of the grid functions. What am I doing wrong? This is wrapped in an updatepanel. <PagerTemplate> <asp:LinkButton Text="Prev" ID="PrevPage" CommandName
Posted to
Data Presentation Controls
(Forum)
by
martyphee
on 1/23/2007
Filed under: Paging and Display GridView in second page, AJAX, asp.net 2.0, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, GridView
Re: Post back not working
PageLoad I don't have the opportunity to rebind since the postback isn't working.
Posted to
Data Presentation Controls
(Forum)
by
martyphee
on 12/19/2006
Post back not working
I have an Accordion control from the AjaxTookKit. It is bound to a datasource. Within it I have a repeater that generates the text in each pane. In the repeater I have a linkbutton that is supposed to trigger the ItemCommand of the repeater. Well the post back triggers, but the event is never called. I found references to this problem, but I have yet to figure out how to fix this in my case. Has anyone run into this? It looks/display good, but I can't get the postback to work. Here is some pseudo
Posted to
Data Presentation Controls
(Forum)
by
martyphee
on 12/19/2006
Formating AutoComplete Extender
How do I format the text in the autocomplete extender. The font being used is much different that the page it's on.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
martyphee
on 10/11/2006
Page 1 of 1 (10 items)
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online