Click here to Skip to main content
15,913,773 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionList of new Features in asp.net 2005 Pin
gvishu13-Mar-07 20:38
gvishu13-Mar-07 20:38 
AnswerRe: List of new Features in asp.net 2005 Pin
APDevelop13-Mar-07 20:48
APDevelop13-Mar-07 20:48 
AnswerRe: List of new Features in asp.net 2005 Pin
Sandeep Akhare13-Mar-07 20:50
Sandeep Akhare13-Mar-07 20:50 
GeneralRe: List of new Features in asp.net 2005 Pin
gvishu13-Mar-07 21:24
gvishu13-Mar-07 21:24 
Questionbased on month want to display all dates........... Pin
Member 387988113-Mar-07 20:32
Member 387988113-Mar-07 20:32 
AnswerRe: based on month want to display all dates........... Pin
Sun Rays13-Mar-07 20:48
Sun Rays13-Mar-07 20:48 
QuestionEncryption in asp.net c# Pin
Malayil alex13-Mar-07 20:30
Malayil alex13-Mar-07 20:30 
AnswerRe: Encryption in asp.net c# Pin
APDevelop13-Mar-07 20:41
APDevelop13-Mar-07 20:41 
GeneralRe: Encryption in asp.net c# Pin
Malayil alex13-Mar-07 21:21
Malayil alex13-Mar-07 21:21 
GeneralRe: Encryption in asp.net c# Pin
Sandeep Akhare13-Mar-07 21:36
Sandeep Akhare13-Mar-07 21:36 
GeneralRe: Encryption in asp.net c# Pin
anufabian13-Mar-07 23:39
anufabian13-Mar-07 23:39 
GeneralRe: Encryption in asp.net c# Pin
Malayil alex14-Mar-07 0:06
Malayil alex14-Mar-07 0:06 
GeneralRe: Encryption in asp.net c# Pin
anufabian14-Mar-07 0:18
anufabian14-Mar-07 0:18 
GeneralRe: Encryption in asp.net c# Pin
Malayil alex14-Mar-07 0:23
Malayil alex14-Mar-07 0:23 
GeneralRe: Encryption in asp.net c# Pin
anufabian14-Mar-07 0:25
anufabian14-Mar-07 0:25 
GeneralRe: Encryption in asp.net c# Pin
Malayil alex14-Mar-07 0:30
Malayil alex14-Mar-07 0:30 
GeneralRe: Encryption in asp.net c# Pin
anufabian14-Mar-07 0:36
anufabian14-Mar-07 0:36 
GeneralRe: Encryption in asp.net c# Pin
Malayil alex14-Mar-07 0:43
Malayil alex14-Mar-07 0:43 
GeneralRe: Encryption in asp.net c# Pin
anufabian14-Mar-07 0:50
anufabian14-Mar-07 0:50 
Questioni want to display all the countries in the world Pin
anujose13-Mar-07 20:04
anujose13-Mar-07 20:04 
AnswerRe: i want to display all the countries in the world Pin
JustChiragPatel13-Mar-07 20:11
JustChiragPatel13-Mar-07 20:11 
AnswerRe: i want to display all the countries in the world Pin
JustChiragPatel13-Mar-07 20:13
JustChiragPatel13-Mar-07 20:13 
hi anujose,

if you want to fetch any data then you have to read any database or file...
here you dont want to fetch data from database thenyou can fetch data from XML file..
prepare some structure in XML like..

<Country>
<CountryName>INDIA</CountryName>
<CountryCode>IN</CountryCode>
<State>St1</State>
<State>St2</State>
.
.
.
</Country>

and then read this XML and bind that datatable with your controls...

Bye have a nice day...


Chirag Patel
GeneralRe: i want to display all the countries in the world Pin
anujose13-Mar-07 20:20
anujose13-Mar-07 20:20 
GeneralRe: i want to display all the countries in the world Pin
Sandeep Akhare13-Mar-07 20:33
Sandeep Akhare13-Mar-07 20:33 
JokeRe: i want to display all the countries in the world Pin
thomas_joyee13-Mar-07 20:39
thomas_joyee13-Mar-07 20:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.