Current location: Hot Scripts Forums » Programming Languages » ASP.NET » Calendar User Control


Calendar User Control

Reply
  #1 (permalink)  
Old 07-27-04, 02:27 PM
brucelee brucelee is offline
New Member
 
Join Date: Jul 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Calendar User Control

Hello

I'm having trouble with a user control with a Calendar. Heres the problem, in the user control, I have a calendar and in the .aspx page, I have a datagrid that displays the data but when I click on the calender, the datagrid still shows on the page with the info from the calendar, but I can't do a page.ispostback when the calendar is clicked b/c I have links on the datagrid that posts back.

if you could offer me any help, that would be greatly appreicated.
Reply With Quote
  #2 (permalink)  
Old 11-15-04, 12:02 AM
thuenb thuenb is offline
Newbie Coder
 
Join Date: Oct 2004
Location: MI
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Possible Solution...

You might be able to do a post back and use some query strings to control how your page acts on postback... for instance:

Code:
if not ispostback = true then
   if request.querystring("myboolean") = "True" then
       'Do something
   else
       'Do something else
   end if
end if
You could play with adding different query strings to get the desired results such as using case statments and such...

Hope this helps
__________________
Best Regards,
Brian Thuen
http://www.AdvisedSolutions.com
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET: Day / Work Week / Week / Month web calendar control with view like MS Outloo gicio ASP.NET 2 06-09-04 02:12 AM
how to control access to specific mysql records for a user phpjunkie PHP 1 05-11-04 12:11 PM
Event Bubbling - Run function on parent webform from user controls? traxon ASP.NET 0 03-24-04 12:31 PM
calendar working until months changed bitesize JavaScript 1 01-13-04 01:50 PM
Need Epinions-lite system in PHP & MYSQL wali001 Job Offers & Assistance 4 01-12-04 06:02 AM


All times are GMT -5. The time now is 12:54 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.