0
Posted on 4:32 PM by Softminer and filed under
ASP.NET
- protected void gvNews_OnRowCreated(object sender, GridViewRowEventArgs e)
- {
- if (e.Row.RowType == DataControlRowType.DataRow)
- {
- if (e.Row.RowState == DataControlRowState.Alternate)
- {
- e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='#FFFFE1';");
- e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='#f7fff8';");
- }
- else
- {
- e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='#FFFFE1';");
- e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='#eefef0';");
- }
- }
- }
0
in C# if you want to replace " double-quota or search it you have to use this way.
C#: sInput = sInput.Replace("\"", "")
VB: sInput = sInput.Replace("""", "")
Posted on 4:30 PM by Softminer and filed under
C#
in C# if you want to replace " double-quota or search it you have to use this way.
C#: sInput = sInput.Replace("\"", "")
VB: sInput = sInput.Replace("""", "")
0
SmarterMail Free Edition is limited to 10 email users on a single domain, and includes all the functionality of SmarterMail Enterprise Edition.
http://www.smartertools.com
Posted on 1:30 AM by Softminer and filed under
Free
SmarterMail Free Edition is limited to 10 email users on a single domain, and includes all the functionality of SmarterMail Enterprise Edition.
http://www.smartertools.com
0
you can see a demo from here http://demo.zarafa.com/
Zarafa is a European open source collaborative software solution developed in Delft, the Netherlands. It provides email storage on the server side and brings its own Ajax-based mail client called WebAccess
you can see a demo from here http://demo.zarafa.com/
Zarafa is a European open source collaborative software solution developed in Delft, the Netherlands. It provides email storage on the server side and brings its own Ajax-based mail client called WebAccess