If you enjoyed this post, please support the blog below. It's FREE! Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email. |
|||
|
|||
Subscribe to:
Post Comments
(
Atom
)
- Interview Questions in ASP.NET, C#, VB.NET, SQL, .NET Framework
- Simple login form example in asp.net Check Username and Password availability in database
- Asp.net insert, Edit, update, delete data in gridview
- Introduction to Object Oriented Programming Concepts (OOPS) in C#.net
- 3 tier architecture example in asp.net with C#
- OOPS (Object Oriented Programming) Concepts in C#.NET with Examples
- Best Login Page Design in HTML, CSS with Source Code
- C# - Constructors in C# with Example, Types of Constructor in C# with Example
- how to insert images into database and how to retrieve and bind images to gridview using asp.net (or) save and retrieve images from database using asp.net
- Introduction to WCF - WCF tutorial | WCF Tutorial - Windows Communication Foundation | WCF Example | WCF Sample code in asp.net 3.5 | Basic WCF Tutorial for Beginners
2 comments :
I have one page Country.aspx through that i add country in my database...
I have another page name State.aspx through which i can add states in my database..
Now The country i have added in database through first page when i want to add states in database i want that added country to be shown in drop down list in my state.aspx page..
how can i do that??
I have taken three different tables name country,state and city for that..
I have one dropdownlist inside the grid. I wrote one query whose output should be bind to that dropdownlist. I tried in many methods.
It showing error in datasource binding to the dropdown.
Note: Only a member of this blog may post a comment.