Click here to Skip to main content
15,904,023 members

Videos


Page 6 of 56
1 2 3 4 5 6 7 8 9 10


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
101. 2 Gridview error on getting data executereader error
Use DataTable instead of the SqlDataReader. DataTable supports your need.
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 11 May 2011
Rating: ( (No votes))
102. dynamic XAML Scripting dialog
Instead of Scripting of XAML (which is not effective as you are talking), you can write your Dialog as a Control Library in .NET (using XAML of-course) and build it as Assembly (Dll). Later load the Assembly from your application. Here the Dll will be your scripting file..NET has very...
Venkatesh Mookkan Updated: 11 May 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
103. Silverlight Grid Issue
You need to specify DisplayMemeberPath Binding (or similar) for each columns in the DataGridUpdate 1:Did you binded the lArrObjclsGridLoadExcelData object to the DataGrid's ItemsSource property?You can binding like,dgrIncidents.ItemsSource =...
Silverlight » »
Venkatesh Mookkan Updated: 9 May 2011
Rating: ( (No votes))
104. Pageindex changing not working
This is completely a guess.I guess you have written code for loading the GridView on the Page_Load too. If yes, make sure you check for IsPostback property and load the GridView.Like,private void Page_Load (object sender, EventArgs e){ if (!IsPostback) { //load...
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 9 May 2011
Rating: 3.67/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
105. Read HttpRequest Post header in Asp.NET
Request.Header...
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 2 May 2011
Rating: 5.00/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
106. How to replace Double Backslash in single backslash
"\" is a escape character in C#. C# usually uses "\\" to denote "\". So, it is not a problem.
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 2 May 2011
Rating: 3.11/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 6 of 56
1 2 3 4 5 6 7 8 9 10