Hello,
Everybody...i have created a datagrid with xml datasource as bounded now i have 2nd page where in which i have labels now i want that xmldatasource record should be bounded to the 2nd page particular label and should display that record in that label ..So please help me out!!!
Thanku.
Here is the code for the 2 pages.
This is the 1st page sourcecode with xml datasource connected
<%
<!
<
function printit(){
if (window.print) {
window.print() ;
}
else if (document.all) {
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
</script>--
</
<asp:Button ID="Button2" runat="server" onClick="printit()" Text="Print" /> </div>
<br />--
SourceCode for next page to which 1st page is connected.
height: 20px"