Hi,
I am using Flex 3.0 version.
Can anyboday have any idea about showing hand symbol on mouseover of any cell in datagrid? Please provide me any sample code or links.
Thanks in Advance,
Aswath.
User Profile
Collapse
-
Hi,
Thanks for ur reply. I had gone through the PDF but i could not able to find any solution to my problem.
In my ASP application, i need to place GWO script for a button in only one page. The button found in header and is common for all pages. So if i place code like the below specified code, GWO is not finding the page sections?
Code:... -
My above problem has been solved. We can place control script at any plaec. But, Still i am searching for ASP code.
We can't place asp code in GWO variations sections?Leave a comment:
-
Test Driven Development(TDD) in ASP.Net3.5?
Hi All,
I am doing a project in ASP.Net3.5, I needs to write test methods for my code. Please any one help me on how to use Test Driven Development(TDD ) in my project? What are the softwares needed?
I had .Net3.5 with service pack1 installed in my pc.
Thanks. -
Google website optimizer problem in ASP?
Hi All,
I have implemented google website optimizer (GWO) in my asp application. It is not working? I have a dynamic asp page which contains header, footer and some contents in body. I have some radiobuttons in my page and I need to compare these radio buttons design by placing dropdown list?
I could not able to apply GWO because header and footer belongs to one project and body belongs to an other project. I am including... -
Here Heder and Footer is populated from one project and remaning contents are populated by another project, so it is taking some time.Leave a comment:
-
We are appreciating your patience.
All controls in the page will populate dynamically, because all websites use the same asp page. Based on the domain name contents will be retrived from database. so it is taking some time to load the page.Leave a comment:
-
Actually my page is built by 2 different projects (using virtual directory). Header and footer is common for all pages in the site. I had totally 22 web sites which have same functionality. So business logic code is placed in one separate project and all 22 projects are refering this common project. so i need to place my javascript at the bottom of the page because in footer also some hyper links are exists. So my page is taking some time to load....Leave a comment:
-
Thanks for ur reply.
I have placed the javascript code at the bottom of the page.It is working fine, but my page will take 1 minute time to load, mean time if end user clicks back button then alert will not show, because javascript may/maynot be loaded.
If i place this code at the top of the page then for every event alert will show, because no controls are created yet.
Please provide me any solution.....
...Leave a comment:
-
I could not able to understand what you are trying to say. Can you please explain me in detail. A piece of code will be better.Leave a comment:
-
Hi,
Thanks for ur reply. Now my javascript is working fine. Other than this 'do u have any other solution'?
Thanks once again.Leave a comment:
-
Few elements are creating after javascript, so my javascript is not working.
Thanks for ur idea.Leave a comment:
-
Hi,
I modified my code like this:
Code:var links = document.getElementsByTagName('a'); for (var i = 0; i < links.length; i++) { links[i].onclick = setGlobal; } function setGlobal() { window.linkClicked = true; } window.onbeforeunload = function() { if (typeof window.linkClicked == 'undefined' || !window.linkClicked) {
Leave a comment:
-
Hi,
Thanks for ur reply.
Can u provide me any examples or sample code.
Thanks.Leave a comment:
-
Hi,
Thanks for ur reply,
I am using this code in only one page where i had save, update, cancel buttons and some links also available in left side menu. My problem is alert msg is showing if i click any link or button also.
Plz some body help me...
Thanks.Leave a comment:
-
How to find browser back button event is fired?
Hi All,
Is there any way to find the event is browser back button click?
I need to show an alert when user clicks on browser back button? I tried using the following code but alert is showing for every event on this page.
Code:window.onbeforeunload = function(evt) { if (typeof evt == 'undefined') evt = window.event; if(evt)
-
Hi,
Thanks for reply, I just given a sample example, I want check the arithmetic expression entered by user? Plz tell me if u have any idea?
Thanks,
Aswath.Leave a comment:
-
Code for Lexical Analyzer?
Hi All,
How to check the arithmetic expression is valid or not like lexical analyzer in vb.net?
ex: (A+B)=C --Syntax Correct.
Thanks,
Aswath. -
Any solution plz....I am maintaining user id in session so if i open any report sessions are clearing autometically and it is redirecting to login page........I strucked here from past 3 days... plz help me.Leave a comment:
-
Page Navigations are not working in crystal reports?
Hi All,
If i set my crystal report datasource as dataset then session values are not persisting and next prev buttons are not working. I changed my code from Page_Load() to Page_Init(). Then also session values are not working???
Any help is appriciated....
Thanks.
No activity results to display
Show More
Leave a comment: