Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~760 People Reached
Favorite Tags
Member Avatar for 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 …

0
77
Member Avatar for akil007

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

Member Avatar for akil007
0
95
Member Avatar for akil007

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 …

0
66
Member Avatar for akil007

I have asp:calendar Now i want to select multiple dates from calendar.Is it possible that multiple selection can done or not

Member Avatar for crishjeny
0
90
Member Avatar for akil007

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?

Member Avatar for dnanetwork
0
77
Member Avatar for akil007

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

0
60
Member Avatar for akil007

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

Member Avatar for reach_yousuf
0
79
Member Avatar for akil007

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

Member Avatar for akil007
0
63
Member Avatar for akil007

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

Member Avatar for Ramesh S
0
76
Member Avatar for akil007

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.

Member Avatar for Dajer
0
77