|
Sorry....! i cant because it store in other plase, but the code work properly and image is store also and it change but when i refresh the page not on the button click event.
|
|
|
|
|
What you mean it's stored in other place? If you've done it proper way image should've appeared in first place.
|
|
|
|
|
can you give us some code, so that we can check....
|
|
|
|
|
Sorry....! i cant because it store in other plase, but the code work properly and image is store also and it change but when i refresh the page not on the button click event.
|
|
|
|
|
angle57 wrote: Sorry....! i cant because it store in other plase
If we are going to tell the solution then how will you recode without having it in your place....
|
|
|
|
|
|
I made a huge modification in my uncle business website. It is working properly except searching in google or yahoo (search engine)
When I search in google or yahoo it is appear old page names. I deleted that pages. then also same problem.
how can i show my webpage name in search engine.
I used meta tag also.
Thanks in advance.
|
|
|
|
|
Generally once the search engine has an entry of a site, it takes time to update.
For the time being, you might use a Redirection page to the site that is in search engine.
Place
Response.Redirect on the page.
If you are using .NET 4.0 you might use Response.RedirectPermanent which might make it appear to the search engine as permanent.
Clearly, there is no way to delete an entry from search engine(if not given you access to that).
|
|
|
|
|
how do i call a c# funcation in html code, on link's onclick?
i have already called a function onclick, i need to call another function.
kindly help me out....
|
|
|
|
|
call function2 from function1 which is defined in onclick
|
|
|
|
|
there are various pages in my ERP, i have a search panel, which is displayed according to the pages. i can not use all those funtion in js, as i have to hide and show various textboxes and button.
Can there be any other event,on the HTML Link to call the functions according to the page.
i have done that with asplinkbutton...but i m using now an expandable menu.
which does not work if i use asplinkbutton.
|
|
|
|
|
did you try adding attribute to the link from code behind and assigning desired function name?
|
|
|
|
|
Gamzun,thanks buddy.......
can u tell me 1 thing, when i use the asplinkbutton in plcae of html link in the collapsible menu, the collapsible property of it stop working.if i can slove this problem.......all other headache will end.
Thanks again.
|
|
|
|
|
|
angle,
can u show me the code, so that i can get a clear view how to use it.
Thanks
Saurabh
|
|
|
|
|
Saurab, I didn't get your scenario properly what exactly you're trying to do. What I'm assuming is that you've a search panel which is displayed where ever you navigate to but it shows controls according to the page you're on. Is this your scenario?
|
|
|
|
|
|
then why are you calling particular function on menu click, instead of that why don't you set search panel controls from page's load event?
|
|
|
|
|
i have used,iframe and my page is divided into two parts..left and right.
left i have fixed,where i display the search panel and in the right panel, the page loads(in iframe).
thus keeping the main page stable and loading the page and search panel in side that main page.
the main page contains all the attributes of search panel.
can u help me,with using asplinkbutton instead of html link.
as i told u before, when i used it....1st page on click works fine along with search panel and after which the collapsiable proerty stop,until the main page is refreshed.
so, if i can use the asplinkbutton......all the problems will be sloved in the collpsiable menu.
thanks in advance dear......
|
|
|
|
|
where's your collapsible panel located? is it on main page or page?
|
|
|
|
|
my menu is placed on the left panel of main page.
left panel is divided into two parts
upper: have search panel
lower : has menu.
|
|
|
|
|
well lets try this, add html link with attribute runat='server' then try.
|
|
|
|
|
Gamzun,
i have tried this out, but there was no event on which i can call the function.If you can help me with restoring the property of the menubar after i have used asplinkbutton.
|
|
|
|
|
I don't prefer using asp menubar, however, can you workaround with the help of querystring?
|
|
|
|
|
Gamzun,
no its not an asp menu bar.........but i used it before(asp link button)
where i had 'onclick' and 'onclientclick' events, from which i called the page from one and corresponding search panel with another one.
now in case of html menu,i just have 'onclick' event.
i call the page using js,where as my search panel is called from c# code.
i m unable to manage both on one click event... 
|
|
|
|