make a xsl file with all the ur tags make one style sheet for it and include it in the xsl to display all the tags and values do this in the xml file use alias for ur xsl file in the tag repeat it for all tags happy TripathiH
Hrashita Triapthi
Posts
-
How to display all xml fields and values using ASP -
Populating an XSD Datasetfirst drag n drop sqldataadpter component on ur form then one wizard will be shown click on the next option then it will ask for the server name give . for local host if u r using sql server authentication select that radio button else select windows authentication if u select sql server then give user name and password u acan leave password blank by checking allow blank password after that u give the database name u want to use and click on test connection if it give one message window with "TEST SUCCEED" then click ok and next there it will show u one query6 builder button click on it it will give u a list of ur tables in the database select tables from the list and add after rhat click next and then click on finish it will automatically create a sql connection for u then right click on sqldataadapter pasted on ur form one menu will be shown to u choose generate dataset use typed dataset and click ok after that drag n drop one datagrid on ur form write the following code in the page load event sqlDdataAadapter.Fill(dataset name); DataGrid1.Databind(); set properties OF DATA GRID DATASOURCE NAME DATATEXT FIELD TRY IT IT WILL SURELY WORK BEST OF LUCK TripathiH
-
Asp.net maintaining sessionsi m developing a web portal using asp.net with C#.i have to add one online testing module in it.for online tests question papers must have different questions for different users and it must fetch questions in random order from the databse .how i can do it ?:doh: TripathiH