Posts by akil007
I have the User Control in which ajax datepicker. Many instances of this user control are used in Same page. I have handle my logic like change of one value of one datepicker can change other datepicker through JavaScript. But I have faced that I does not get any uniqueId for datepicker to handle. So I want a javascript function that send the UniqeID for datepicker of specific user control.
Likes,
var uc = $find("<%= myUserControl.ClientID%>");
var dtpicker = uc.get_ClientID();
Is this way possible ?
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
<location path="admin">
<system.web>
<authorization>
<allow roles="admin"/>
<deny users="*"/>
</authorization>
</system.web>
</location>
This is used to see admin menu for admin
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
I have the Sitemap for Menu.like
<sitemap url="" title="Admin" roles="admin">
<sitemap url="~/Rooms.aspx" title="Rooms" roles="admin">
.........................
.........................
</sitemap>
Now When I am Login with customer then Rooms.aspx and others are not seen but parent node "admin" is seen which not required then what to do "admin" is seen only for admin
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Hello
I used Sitemap as Menu. Like
<sitemap url="" title="Admin" roles="admin">
<sitemap url="~/Rooms.apsx" title="Rooms" roles="admin" />
.............
.............
</sitemap>
Now When I am log in with consumer the Rooms.aspx page and other are not seen but the title "admin" is seen where it is not required so What to do seen admin for only admin role
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
I have Repeater it is changes based on one dropdownlist. Now when value of dropdownlist is changed then repeater also change. How I preserved data of repeater. Is datatable is ok for that?
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Here is code like
<asp:repeater Id="Id1" runat="server" onItemCommand="Id1_ItemCommand">
<ItemTemplate>
<asp:button Id="button" commandname="botton" />
</ItemTemplate>
</asp:repeater>
in code
protected void Id1_ItemCommand(object sender, RepeaterCommandEventArgs e)
{
if(e.commandName == "button")
{
my logic
}
}
This is not worked
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
I have Two panel One have Login control and in another user control.
First user login then usercontrol is open so I am try in Login_loggedin event fire delegate which in parent control of both to visible panel but not shown
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
<asp:TextBox ID="TextBox1" runat="server" Width="160px" ReadOnly="false"></asp:TextBox>
<asp:ImageButton ID="Image1" runat="server" ImageUrl="~/Restaurants/Sapphire/Images/arrow.gif" />
<ajax:CalendarExtender ID="CalendarExtender1" runat="server" PopupPosition="Right"
PopupButtonID="Image1" TargetControlID="TextBox1">
</ajax:CalendarExtender>
This is code for calendarExtender
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
I have ajax:calenderExtender for selecting date. Now when I click on image button to popup the calendar that time popup position is top of the page but i give position at right side now from second click it gives right position
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Thanks lot for great reply. It save lots of wrong effort
Short answer, no...
Long answer, noooooooooooooooo :twisted:
Each calendar can select only one date (if you're using the default asp:calendar as indicated) though I'm sure there are some Spry or AJAX modules that you can install that will allow selection of ranges or multiples.
If you require multiple dates using the default calendar, however, you will require multiple inputs and multiple calendars.
Hope this helps :) Please mark the thread solved if your issue is resolved.
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
I have asp:calendar Now i want to select multiple dates from calendar.Is it possible that multiple selection can done or not
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Hello,
I am developed application about order management in restaurant with pda.
The socket programming is used for it. we try socket programming with two desktop project its done well. but at Pda the socket programming is not performed . Help me how to code socket in pda
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Hi,
Our project is based on bluetooth technology . the PDA is communicate with PC via bluetooth. So that what should do for write code in PDA as well as PC.
akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.0811 seconds
using 2.55MB