hi
i follow the following example
http://quickstarts.asp.net/QuickStar...TreeView10.src
for treeview to populate ondemand. Now i want to refresh the treeview text when some one renames a folder. I tried every thing and failed kindly give me a solution for that. I am designing a file management system.
regards
maliksle...
User Profile
Collapse
-
How to Refresh treeview in vb.net?
-
Facebook login integration on my site
hi
i need to use facebook login on my site and gather the username and email of the logged in user. I tried allot to understand the API code but failed. Please give me some sample code for that or some link to follow. I need this.
regards
maliksleo -
maliksleo replied to is there any way we can hide the default.aspx and on address bar we just have test=onin ASP .NETi think url rewriting is the best way try to understand this concept its realy interesting and useful for you
maliksleo -
hi
just count the records and devide them on the page size you want to show. then using javascript you can perform the paging. Alot of material available on this issue on internet. Secondly you can perform paging through your code as well instead of javascript.
Define the page size and store the page number in some variable and add and subtract the values on your paging buttons click events.
maliksleoLeave a comment:
-
hi
simply place some label in grid and assign the value of textbox to that label on click like
and assign the value to it.Code:gridview1.row(0).findcontrol(label1,label).text
maliksleoLeave a comment:
-
Application language translation
Hi
I am trying to convert my web application in different languages so that people from different regions can also get benifit from my application. But the problem is that i have to translate the variables of each and every page into different languages which is taking alot of time. Can any body suggest me a better and quick solution for it. Is there any automatic way to convert the language?
Thanks
maliksleo -
yes ofcourse database is involved in it. I am using MS SQL for it.
thanks
maliksleo...Leave a comment:
-
Actually i am going to sell it to some one and i dont want him to sell it to others. So i want this licensing only to prevent it. Please help.
thanks
maliksleo...Leave a comment:
-
License for my web application
Hi
i designed a web application and now i want to design licensing mechanism for my application. But how i can do it? i am not getting any clue if any body help me in this i will be greatfull
thanks
maliksleo -
use the page unload event or try to use java script for that on window.close() function remove your all sessions.Leave a comment:
-
dear please study the problem first your self then go to any forum for query. And put your work along with your post for better understanding. There is alot of material available on regular expression for reference just go through this link
http://www.regular-expressions.info/examples.html
maliksleo...Leave a comment:
-
yes i am getting this path but my page name is sp2.aspx i dont know why i am getting this requested url i place
this in my web.config under url rewriting but still i am getting this error.Code:<if url="~/sp2.aspx.aspx"> <rewrite url="~/sp2.aspx.aspx" to="~/sp2.aspx" /> </if>
do you know any thing about this type of errors?
maliksleo...Leave a comment:
-
"The resource cannot be found." error occured
hi all
i m having this "The resource cannot be found." error. I applied the url rewriting on my project every page is being browsed very well but i am getting the above error an some pages i dont know why? can any one suggest some solution.
When i click on the button on that page i got this error with something like this
"Descriptio n: HTTP 404. The resource you are looking for (or one of... -
you can generate link buttons on runtime but there may be some problem in their click events. Please give the detailed picture of your senerio for better understandings.
maliksleoLeave a comment:
-
place your page_load event on the user control page not on main page and check your problem will be solved.
maliksleoLeave a comment:
-
there are different ways to do this mostly two are used one is manually and other is automatic.
I will preffer manual because you will be able to send to selected ones or all or none what ever you want. Which is very simple as mentioned by Frinny all emails in one table and all that.
If you want to send emails automatically then write your code for email sending on the page which have to open very frequently. But the problem...Leave a comment:
-
Thanks bro
actually i want to place a picture for my buttons. But the difference in their sizes and text written on it makes it impossible to place one picture. And i can not make picture of different sizes for my button. What i want is to split the picture in three parts and place it on the buttons background by setting their positions and repeatation settings but i dont know how i can do this :( if any one having any idea of it please suggest...Leave a comment:
-
Split button in three parts
Hi
i want to give the background to all of my buttons in my web. I did the following in style sheet.
but now my requirement is changed and i want to give image as background. But the problem is that the size of buttons are different. So plaese tell me that is there any mathod to break the button in three parts and give them...Code:input[type=submit] { background-color: black; color:White; } -
Date in dd/mm/yyyy format
Hi
i am using this ajex
...Code:<asp:TextBox ID="TextBox6" runat="server" Width="180px" ValidationGroup="MKE" /> <ajaxToolkit:MaskedEditExtender ID="MaskedEditExtender6" runat="server" TargetControlID="TextBox6" Mask="99/99/9999 99:99:99" MessageValidatorTip="true" -
Buttons are not working in URL rewriting
Hi
i immplements the url rewriting on my local web. Pages are being browse through urls but redirection of pages through buttons is not happening. I am getting 404 error. I am using "Intelligencia. UrlRewriter" please suggest me some solution for it.
Thanks
maliksleo
No activity results to display
Show More
Leave a comment: