My Personal Blog's
Red Souldier
This user hasn't shared any biographical information
Posts by Red Souldier
ASP.NET: How to read XML Data String to Dataset
December 2, 2009 - 1:54 pm
Tags: ASP.NET, Convert xml to dataset, dataset, How to convert XML data of web service into DataSet, How to read XML Data String to Dataset, XML
Posted in VB.NET | No comments
ASP.NET: Convert String XML to XML Node
December 2, 2009 - 1:42 pm
Tags: ASP.NET, Convert String XML to XML Node, looping xmlnodelist, XML, xmlNode, xmlnodelist
Posted in VB.NET | 1 comment
For example I have string value like this: <?xml version="1.0"?> <Product type="Condom"> <CondomName>durex</CondomName> <ExpDate>False</ExpDate> <Type>False</Type> <Color>False</Color> <Qty>False</Qty> </Product> Since this this is a string value, so we need to convert to xml node to be able to process. So this is the code:
ASP.NET: How to use Javascript alert inside AJAX UpdatePanel
December 2, 2009 - 1:12 pm
Tags: AJAX, AJAX UpdatePanel, ASP.NET, Javascript, Javascript alert inside AJAX UpdatePanel
Posted in VB.NET | 1 comment
Normally when we add Javascript Alert to our asp.net it will be like this: Page. ClientScript.RegisterStartupScript(this.GetType(), "winPop", "alert(‘Update is successful’) but this code is not working if you using the code inside update panel. So in order to add javascript in update panel you need to register you client script to your script manager as [...]
ASP.NET – Convert CSV to Dataset
July 17, 2009 - 6:29 am
Tags: ASP.NET, convert csv to dataset, csv, csv to dataset, dataset, import csv, load csv
Posted in VB.NET | 1 comment
Go green and Recycle design for E-mail signature V1
July 11, 2009 - 9:03 am
Tags: e-mail signature, Go green signature, recycle, reduce, reduce reuse recycle, reuse
Posted in Go Green | 2 comments
ASP.NET Cross Tab / Pivot from Data Table
June 22, 2009 - 7:16 am
Tags: cross tab, cross table, data table to cross tab, datatable, function cross tab, pivot
Posted in VB.NET | 9 comments
Create Multiple row / group header in gridview ASP.NET
June 12, 2009 - 2:57 am
Tags: gridview, gridview multi row header asp.net, group header gridview, multi row header gridview, multiple row gridview
Posted in VB.NET | 1 comment
Connecting asp.net to Sql server 2005 stored procedures into dataset
June 10, 2009 - 7:20 am
Tags: asp.net using dataset call stored procedures, call sql server stored procedure, dataset, SqlDataReader, stored procedures, stored procedures to dataset, using asp.net to call sql server stored procedure, VB.NET
Posted in VB.NET | No comments
Connecting Crystal Report ASP.NET using Dataset
June 5, 2009 - 5:59 am
Tags: asp.net crystal report dataset, crysta report with dataset, Crystal Report
Posted in Crystal Report | No comments
Do you have so many problems with user logon database when you try to connecting asp.net to crystal report using SQL Server 2005 store procedure or table.
By using dataset, you dont have to worries about connection to sql server in crystal report.
First, you need to add or create new item of dataset object. Dataset object format as .xsd
Inside the dataset object, right click and add new datatable, after that right click on datatable and add column.
You can set the datatype as well.



