User Profile
Collapse
-
Thanks my problem is solved. -
Integer Settings changed after improper shutdown.
Hi,
I am working on one windows application, after power failure system shut down.
Amazingly interger values change to show some different values looks like hexadecimal.
For ex. int i=2; When I am debugging value of i looks like 0x00000000
0x00000018.
Please suggest solution for this.... Do I need to re-install .Net framework?
Thanks in advance. -
-
Following is the footerlink function:
[CODE=javascript]function footerlinks(Roo tPath)
{
var strUserId = document.getEle mentById("hdnUs erId").value;
var askLink = document.getEle mentById("askli nk");
var sbmtLink = document.getEle mentById("sbmtl ink");
if ( strUserId >= 0 ) {
askLink.href = RootPath + "/index.aspx";
sbmtLink.href...Leave a comment:
-
Resource File Problem
I am using resource files and fetching key/value pair from it..
For my all the pages its working fine except at one place I am getting exception as:
System.Resource s.MissingManife stResourceExcep tion' string {System.Resourc es.MissingManif estResourceExce ption
This is very strange... its working every where and the key is present in resource file..
Anybody please help me out in this...
... -
-
I think you should use RegularExpressi onValidator for the same...
this will also work client side.Leave a comment:
-
-
Javascript not working in Mozilla
Hi,
I have one function on my aspx page and calling it like
<script src="javascript :footerlinks()" type="text/javascript"></script>
its working fine in IE 6 but function is not getting callled in mozilla....
Anyone please help me out in this...
Thanks in Advance.. -
Count Particular Word In String in Sql Server 2000
Hi,
I need to count a particular word in a string in sql server 2000.
Anybody please help me out in this...
No activity results to display
Show More
Leave a comment: