It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
i want to know in site navigation which contol can be used?
i just know we can use treeview but i want more control that work with Site Map!
thanks
Dynamic menus
TreeViews
Site Map Path
Have a look at this info.
http://www.w3schools.com/aspnet/aspnet_navigation.asp
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is this an up to date WP template hierarchy:
The one one the WP site is not as clear to me.
Yes, this is correct. This hierarchy reflects what's listed on the Codex Wordpress Template Hierarchy (http://codex.wordpress.org/Template_Hierarchy) but in a more simplified manner.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
See the code here
I want common login for all the pages using master pages.
Just create a basic usercontrol and then drag it onto your master page.
Here is a simple example:
http://www.c-sharpcorner.com/UploadFile/cvinodkumar/LoginUserControl11232005011130AM/LoginUserControl.aspx
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am newbie from asp.net
i wanted to asked how the data grid view that i have already insert in database?
the view like this
Before
After
Thank for help.
well the question is certainly not clear but i guess u want to write values to your checkbox which are coming from database add following to your checkbox. It should help
checked='<%#Eval("YourCheckboxValueColumnName")%>'
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Can you help me with creating an RSS feed?
Any text editor should be able to do it. As for formats/etc, have a look at the Wikipedia entry and links from there:
http://en.wikipedia.org/wiki/RSS
As for code libraries, we can't help you unless you are more specific.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Please tell me how to use google calendar in asp.net. i needs a sample code for scheduling in google calendar using asp.net.
See following
http://code.google.com/apis/calendar/data/2.0/developers_guide_dotnet.html