Forum: ASP.NET Feb 11th, 2009 |
| Replies: 1 Views: 372 any one who can help? any idea? |
Forum: ASP.NET Feb 9th, 2009 |
| Replies: 1 Views: 372 plz help
I have a datagrid with template columns created programmatically,
ViewState is enabled for both page and datagrid, but in postback events of my page , datagrid loses its data , what can I... |
Forum: ASP.NET Nov 25th, 2008 |
| Replies: 7 Views: 638 |
Forum: ASP.NET Nov 25th, 2008 |
| Replies: 7 Views: 638 this is a web page dickersonka ,
and we have provided our page with print version and text only version , but some times they (users) want to see a pages as they saw original page on the site... |
Forum: ASP.NET Nov 25th, 2008 |
| Replies: 7 Views: 638 oh, this is disappointing...... |
Forum: ASP.NET Nov 25th, 2008 |
| Replies: 9 Views: 610 we have 2 replicated servers : A and B, this problem emerged when we ommited one of our servers (B) , after changing server roles (Omitting A and starting B) there is no problem, strrange? |
Forum: Web Browsers Nov 25th, 2008 |
| Replies: 6 Views: 837 this is the link :
http://www.mehrnews.com/fa/newsdetail.aspx?NewsID=789899 |
Forum: ASP.NET Nov 23rd, 2008 |
| Replies: 4 Views: 2,649 use regular expresion to strip tags, like
System.Text.RegularExpressions.Regex regHtml = new System.Text.RegularExpressions.Regex("<[^>]*>");
string s = regHtml.Replace(InputString,""); |
Forum: ASP.NET Nov 23rd, 2008 |
| Replies: 4 Views: 18,605 i recommend using FreeTextBox
http://freetextbox.com/default.aspx
or FCKEditor
http://www.fckeditor.net/
i have used the two editors . FreeTextBox
is easy to use and FCKEditor is more flexable |
Forum: ASP.NET Nov 23rd, 2008 |
| Replies: 9 Views: 610 i asked them , when they open a news item for instance
http://www.mehrnews.com/fa/newsdetail.aspx?NewsID=XXXX
it opens a page with true Url that is... |
Forum: ASP.NET Nov 23rd, 2008 |
| Replies: 7 Views: 638 |
Forum: Web Browsers Nov 23rd, 2008 |
| Replies: 6 Views: 837 no this cannot be a malware, trojan or viruse , when they click on a link , it opens a completetly irrelevant page which is on our site, not another address |
Forum: ASP.NET Nov 20th, 2008 |
| Replies: 7 Views: 638 hi , there is problem with saving web pages using IE7
when users save pages of our web application in IE6 they have no problem and they can view saved page correctly , but when they save pages using... |
Forum: ASP.NET Nov 20th, 2008 |
| Replies: 9 Views: 610 i will ask them , thanks dickersonka |
Forum: ASP.NET Nov 19th, 2008 |
| Replies: 9 Views: 610 i already have add outputcache directive to this page
<%@ OutputCache Duration="10" VaryByParam="*" %>
as i know this caches the page on the server , and if so all users should have this problem ,... |
Forum: ASP.NET Nov 19th, 2008 |
| Replies: 9 Views: 610 thanks for your attenation dickersonka
here are a sample :
http://www.mehrnews.com/fa/newsdetail.aspx?NewsID=786251
clicking this news item on the service page of news agency opens another news... |
Forum: ASP.NET Nov 19th, 2008 |
| Replies: 9 Views: 610 hi
i dont know if here is the true palce to ask this question , but
i have a strange problem , i work as a web developer in a news agency
some of our users report that when they click on a link to... |
Forum: Web Browsers Nov 19th, 2008 |
| Replies: 6 Views: 837 hi
i dont know if here is the true palce to ask this question , but
i have a strange problem , i work as a web developer in a news agency
some of our users report when they click on a link to a... |
Forum: JavaScript / DHTML / AJAX Jan 21st, 2008 |
| Replies: 8 Views: 1,947 yes , it is a security problem , I added the ip address to trusted sites and now my events work.
thanks to antioed and MidiMagic |
Forum: JavaScript / DHTML / AJAX Jan 20th, 2008 |
| Replies: 8 Views: 1,947 I removed any limitting security settings and the still the problem exists? !!!!!!!!! ?
any help ?? |
Forum: JavaScript / DHTML / AJAX Jan 17th, 2008 |
| Replies: 8 Views: 1,947 hi MidiMagic
you are right , generally speaking , using IP instead of url is'nt a good method.
and I'm not using IP address usually.
in fact I want to demo a project, and to access my server it... |
Forum: JavaScript / DHTML / AJAX Jan 17th, 2008 |
| Replies: 8 Views: 1,947 first- thank u for your attention.
second- yes , using http://xxx.xxx.xxx.xxx:8080/webapp/test.html to access the page my javascript event dont fire and using http://hostname:8080/webapp/test.html... |
Forum: JavaScript / DHTML / AJAX Jan 16th, 2008 |
| Replies: 8 Views: 1,947 hi
odd problem with IE and Javascript?
when I open my pages using ip (and not host name) thier javascript functions and events dont
fire.
can any one help? |