Click here to Skip to main content
15,912,069 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to know current date and time Pin
janani1313-Jul-09 21:53
janani1313-Jul-09 21:53 
AnswerRe: how to know current date and time Pin
Brij13-Jul-09 21:59
mentorBrij13-Jul-09 21:59 
GeneralRe: how to know current date and time Pin
janani1313-Jul-09 22:01
janani1313-Jul-09 22:01 
GeneralRe: how to know current date and time Pin
Sabari MD13-Jul-09 22:19
Sabari MD13-Jul-09 22:19 
AnswerRe: how to know current date and time Pin
Sabari MD13-Jul-09 22:24
Sabari MD13-Jul-09 22:24 
AnswerRe: how to know current date and time Pin
Manas Bhardwaj13-Jul-09 22:30
professionalManas Bhardwaj13-Jul-09 22:30 
GeneralRe: how to know current date and time Pin
janani1313-Jul-09 23:24
janani1313-Jul-09 23:24 
QuestionHow we can remove empty span tags those have attributes Pin
Qasim198413-Jul-09 21:52
professionalQasim198413-Jul-09 21:52 
Respected All

I am removing empty span tags from html string. The following code work fine for simple span tags.

private string removeEmptyHTML(string html)
{

if (String.IsNullOrEmpty(html))
return "";
else
return System.Text.RegularExpressions.Regex.Replace(html, (<span >(&nbsp;|\\s)*</span>)",String.Empty);

}

Problem is this it only replace span tags like

and  

It does not replace the span tags like


What changes I have to make to get this result.
I am waiting your reply please.
AnswerRe: How we can remove empty span tags those have attributes Pin
Manas Bhardwaj13-Jul-09 22:31
professionalManas Bhardwaj13-Jul-09 22:31 
QuestionASP.Net Calender issue Pin
Amit Patel198513-Jul-09 21:25
Amit Patel198513-Jul-09 21:25 
AnswerRe: ASP.Net Calender issue Pin
Brij13-Jul-09 21:56
mentorBrij13-Jul-09 21:56 
QuestionJavascript onload not firing in IFRAME in firefox Pin
kalayti13-Jul-09 20:30
kalayti13-Jul-09 20:30 
AnswerRe: Javascript onload not firing in IFRAME in firefox Pin
Brij13-Jul-09 21:05
mentorBrij13-Jul-09 21:05 
QuestionAjax Tab control Autopost back Property issue in Mozilla Explorer Pin
udayrachati13-Jul-09 20:21
udayrachati13-Jul-09 20:21 
QuestionActivexControl Pin
raushan_913-Jul-09 19:38
raushan_913-Jul-09 19:38 
AnswerRe: ActivexControl Pin
r a m e s h13-Jul-09 19:58
r a m e s h13-Jul-09 19:58 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 20:02
raushan_913-Jul-09 20:02 
GeneralRe: ActivexControl Pin
Abhijit Jana13-Jul-09 20:06
professionalAbhijit Jana13-Jul-09 20:06 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 20:09
raushan_913-Jul-09 20:09 
AnswerRe: ActivexControl Pin
Brij13-Jul-09 20:46
mentorBrij13-Jul-09 20:46 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 20:57
raushan_913-Jul-09 20:57 
GeneralRe: ActivexControl Pin
Sabari MD13-Jul-09 22:07
Sabari MD13-Jul-09 22:07 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 22:53
raushan_913-Jul-09 22:53 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 23:03
raushan_913-Jul-09 23:03 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 23:43
raushan_913-Jul-09 23:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.