Skip to content Skip to sidebar Skip to footer
Showing posts with the label C#

Datatable Assigning Wrong Values To String While Calling

I have a gridview, in which there are multiple columns and rows. While debugging it generates datat… Read more Datatable Assigning Wrong Values To String While Calling

Index Was Outside The Bounds Of The Array

I am getting this error: Index was outside the bounds of the array. Code: private void Populat… Read more Index Was Outside The Bounds Of The Array

How To Change Ckeditor Icons Color

Very simple, I want to change the icons used in ckeditor from black to white as the menu will be on… Read more How To Change Ckeditor Icons Color

Avoid Page Refresh When Clicking On Linkbutton In Gridview

I have a GridView control, and inside of this control I have defined a link button using GridView.I… Read more Avoid Page Refresh When Clicking On Linkbutton In Gridview

Bundling Css Even If Using @import

I'm developing an application in C# and Asp.Net MVC. I have various css files one called base.c… Read more Bundling Css Even If Using @import

Add Html 5 Doctype To Xdocument (.net)

When creating a doctype for an System.Xml.Linq.XDocument like this: doc.AddFirst(new XDocumentType(… Read more Add Html 5 Doctype To Xdocument (.net)