hmm... It means
Sir, i dint find solution till now....
Type: Posts; User: sagarpassion
hmm... It means
Sir, i dint find solution till now....
no dear... :(
hi All,
I am using IE9.
Garry, you r providing the link which is for IE8.
I am not getting registry key = 'TabProcGrowth'
I cant open IE new window it always open in new tab. This may...
When I run the application, If there are already open IExplorer, then I cant debug the code.
I have IExplorer 9.
Is there any setting to change?
why cant you add your 'display:none' in not post back??
if (!IsPostBack)
{
//div hide here
}
So it will not hide again.
Try this:
divContact.Attributes.Add("style","display:inline");
I was unable to call JS, now I can Check following JS function.
---------------------
function coupon_block() {
var spanEvilstar = document.getElementById('<%=spanEvilstar.ClientID...
To call javascript from Ajax I need to use this.
---
ScriptManager.RegisterStartupScript(upcorpname, upcorpname.GetType(), "Hi", "blockcoupon()", true);
----
no luck gary... I am unable to call javascript from that.
not even:
Page.RegisterClientScriptBlock("Error", "<script language ='javascript'>alert('hi')</script>");
calling javascript from ajax...
hi Gary,
Yes it is called. Even hidden field is also changed value as per code.
'hdnclntType.Value = strclnttype;'
This is changing because this is in <ContentTemplate>.
because of update...
hi all,
Please help. any idea???
ASPX page
<tr>
<td align="left" style="padding-top: 20px" class="style9">
<div class="feedbackfrmarrowForTable">
...
hi all,
I am using update panel for particular thing. But I want to hide one tab which is not in content template.
Is there any way? if not then I need to revamp existing code. Please help.
try this
btnHome.Attributes["onmouseover"] = "this.style.backgroundColor='#C6C6C6';";
btnHome.Attributes["onmouseout"] = "this.style.backgroundColor='#EFEFEF';";
There may be an error in your JS. Check JS error.
Which version u r using?
thanks dana...
this is wat i exactly looking for.. error may b caz of iframe and ajax. I am eager to solve this problem with this solution. Bt i am on leave. I will check and reply u in nxt week.
hi All,
I have Ajax Calendar extender in the page. Once page load I am getting follwoing error from javascript;
Message: Access is denied.
Line: 5959
Char: 49
Code: 0
URI:...
I dnt know how bt it start working nxt day.
hi all,
I have use ajax calendar extendar which is working fine in development environment. But it is not not working in server.
other Ajax controls are working fine.
Any clue?
Change the setting in IIS. remove your error page or change setting off. you will get the error.
hi,
I think you need to talk with your administrator. Which crystal report version install at your server?
I have search tool to create GIF creater utility n it work.
I have also user saptor way. n this is is bestway. thanks saptor.
sorry for delay reply.
hi all,
my requirement is, blinking link background image.
In my grid there is link button which have background image or text blink.
text-decoration is not working for me caz it is not...
I am uploading excel sheet containing date column.
I want to know that data format is text or date. Is there any way to identify?
thanks samba... if it is possible through js then fine...let me know how??
sorry Gary..... these are html pages....
i have website with simple iframe
top html
left html
right html
content html
and bottom html
I bound all these in index.html ....it works fine....
very nice thread......even i am facing this prb from last 2 years bt nt taking this as prb....
I dnt think it changes the dll name bt it changes the referance....everytime for minor change i...
Check this
objCookie.Values.Add("UserName", rdr["UserName"].ToString());
objCookie.Values.Add("AccessRights", rdr["AccessRights"].ToString());
mUserName = rdr["UserName"].ToString();
...
hay dana.. application variable for login page??? Is it fine???
rs1.Open "select * from daftaryuranasrama", conn, adOpenDynamic, adLockOptimistic
try this
thanks Gary, now I hv thinked lot and I have changed the flow of project n this is quite good and client is very happy for that n concern abt gridview to dataset is not possible or we dnt knw.
I know this.... bt not confirm thats why i post this thread.....
I am searching for that another way.... i will keep open this thread for 2 or 3 days more if any1 can know much more about this......
Hi,
how to get datatable from gridview???
somthing like this:
DataTable dt = gridview1.DataSource as DataTable;
-------------
I don't want to save data in session before grid binding....
I am very sorry Garry... opening old thread again.
I dnt knw wat i put in the thread.
ServicePath="AutoComplete.asmx" = Corrected.
ServicePath="~/App_Code/dombill.cs" is actually codebehind...
yes you are right Gary wat u suggesting was also rite...while doing RND of 5 hours i have chnage lot of things that time i have
ServicePath="~/App_Code/dombill.cs" this instead of ...
Its working Gary...
In asmx file i have mention path = CodeBehind="~/App_Code/dombill.cs"
I have moved my dombill.cs file to Webservice folder and it start working. Previously it was in app_code...
HI Nitesh,
If you see in webservice everything is public... Is there anything else to do?
hi Gary there is actual web service dombill.asmx
I am ready to post entire code.
ASPX Page
<%@ Page Language="C#" MasterPageFile="~/DOM/MasterPage.master" AutoEventWireup="true"...
ohh dear gary i was waiting for your reply from last day....
error description:
Actually I haven't get any error. When i key press doesnt fire the webservice, this is the problem.
If I run...