blah blah blah is here! blah blah » Close

0
votes
0 answers

urlrewrite global.aspx

My url is something like this http://<ipaddress>:<portnumber>/cather/getfilters?id=1&desc=xxx (here id and desc may vary) i know i can use urlrewrite or handling request in Application_BeginRequest method in glob ...

0
votes
1 answers

accessing soap request

Hi Somebody sending me the Soap request to my server how to i capture this request do i need to write swebservice or any aspx page. If i need to write webservice how can i capture the soap message. To i need to create webmethod or SopaM ...

0
votes
1 answers

sitemap links disabling

Based on user login i need to disable some links in my sitemap.Example my site map looks like below Profile Add View Edit If login user has readonly permisins then need to disable Add and Edit links If login user has n ...

0
votes
1 answers

excel reports without excel object

Want to generate excel report without using excel object in my code.Is there any best way to do it.I dont want to just import from data table.I need to do some formating and display heading in excel sheets. Right now i am using Microsoft.O ...

0
votes
1 answers

parsing regular expression strings

I want to parse the regular expressions and send the result string to database to query the result. Means if i get the value "^abc" should return the value "%abc" "^abc$" should return "abc" &q ...

Feedback