dynamically URL for JS file
Hi, I see in some places when I try to debug a .js file that the url of the file is different from call to call. How do I accomplish it? If I have a .js file with a name, how can I change the url to...
View Articleurl Redirection in asp.net
Hello sir my question is that i want to redirect one url to another url through web config mean http://default.aspx to http://default.aspx" ... anybody please help me for this.......?????
View ArticleHow to display message/pop-up in web api?
Hello, I am writing to seek help, in how do I go about writing pop-up message, when the user fails to login or is not logged in. This is what I have so far:[Authorize] public HttpResponseMessage...
View Articleimplementation of contact manager
Hi frnds, i am implementing contact manager, in it user can add groups and manage the groups by adding contacts init and vise verse, but when the user want to add or remove contacts from particular...
View ArticleDeploy ASP.NET MVC site under existing ASP site
Hi All, Not really sure where to post this question but I hope someone here can help. We have a classic asp site deployed in IIS7 under a domain, let's call it www.classicsite.com. We've developed a...
View Articleasp.net dropdownlist show all list item
i new in asp.net i created asp.net dropdownlist , every time using mouse add click , when show all item, but focus dropdownlist show all itemlist
View ArticleHow to playing song in the mobil devices with my ASP
I used some examples but doesn't work on the computer or movil device. when i run the proyect (f5) in the proyect this code works but when i go to chrome or explorer directly doesn't work. How can i...
View ArticlePage Cache - Panel control
Hi Techies I cached a page using the directive and attribute VarByParam.It worked fine and my problem is I am having a web page with a Panel control and inside the panel two text box were used and the...
View Articlecant trigger button server side event
Master page : there is a script manager in master page. In child page i am trying to trigger button's server click event. i can call jquery click event on its click..i cant' call its server side event...
View ArticleFacebook share button is not working
Hi, I have implemented facebook share button functionality in my application using below code. But that is not working in my application. can u provide some suggestion to solve this prob. Snippet:...
View ArticleFacebook share using jQuery
How to implement facebook share functionality using jQuery ??? any thoughts ??? Thanks
View ArticleLogin status
Hi I'm coding an application sort of a chat. but the challenge that I'm facing is. How do I allow more than one user to login in my browsers IE and Crome in my PC?
View Articledata is not getting saved to the database.
Hello Experts, This is my very first post here. so, please take easy on me. I wrote a stored proc that takes 4 parameters and inserts into the db. I have tested it using SSMS and it works great but...
View Articleyoutube videos behind login page
Hi, I trying to display Videos which are private and will be displayed only on my website or when I login to Youtube. Can anyone help me in this regard.
View Articlehow to set the visibility true for tag in vb.net
In .ascx ===========<divid="Divwatermark"class="watermark"visible="true"runat="server"><palign="center">Cancelled</p></div> Code Behind ================= if True then...
View ArticleHow to assign role to linq queries?
Dear all, I am writing to seek assistant, in how do I assign my queries below to specific roles. I am currently not storing my roles for any user in my db server. Is this task still plausible? Can...
View ArticleDropList doesn't post back
I have an asp.net web page with two droplist controls. Selecting an itme in the first control causes a database query, and the 2nd droplist is populated with the query results. This works fine when...
View ArticleRedirect to web form from web service
I use this code to redirect aspx page : in locahost that run open Default.aspx page but in http://tracklocation.somee.com/LocationService.asmx it do not any thing . Somebody help me [WebMethod] public...
View ArticleAsp.net DropDownList Data Function
Hi, now i need to create dropdownlist calling data from sql server database. Dropdownlist item from database -Louis -Louis -William -William but i dont want to repeat the word, i need the dropdownlist...
View ArticleSession be Null in ASP.Net Web Application
HI All, We develop a web application and when the user loggedin I save the userID in the session["UserID"] and at the each page_load we check the session if null we log off and redirect to loginpage....
View Article