Click here to Skip to main content
15,894,539 members

Comments by aswathy.s.88 (Top 72 by date)

aswathy.s.88 26-May-15 0:57am View    
Hi Thanks for the solution.

But,

[HttpPost]
public ActionResult Index(List emp)

In my case I'm filling the table with a stored procedure "GetEmployees".

But in the post method, the object "emp" is coming as null. Anything else to be done?

Without jQuery can I passs a table with data to the POST method.
aswathy.s.88 23-Apr-14 2:08am View    
Thanks alot for your support. :)

I'm using it for pattern matching and removing the text with the regularexpression

My questions are,

1. How to check a string like @abc:

2. Also I want to by pass the strings http: and https:
If I give the regular expression as "w+:" it will trim out the data fully. I want to retain the data http: and https:

How to do it?
aswathy.s.88 22-Apr-14 5:00am View    
I want to use all teh special charecters.... so how will be the RegExp?
aswathy.s.88 22-Apr-14 4:16am View    
Thank you so much OriginalGriff991 ....

And how to include special charecters too infront of the colon?
aswathy.s.88 7-Jan-13 23:41pm View    
Thank you very much ...