querystring editmode
i'm passing an id on a querystring with a second parameter edit and i need to check if that edit mode is on or off butt frist i need to set it on codebehind:PostBackUrl='<%#...
View ArticleHandle Errors.
What is you guys best suggestion to use Application_Error event or Page_Error event for those not specified error code in web.config to handle & display friendly error message page to end-users?
View ArticleHow do I prevent certain users from accessing certain pages?
How do I prevent certain users from accessing certain pages?I am using windows authentication and IIS7.
View ArticleSystem.Net.Mail creating invalid emails and eml files? Inserting extra dots...
It appears that .NET's SmtpClient is creating emails with an extra dot in host names if the dot was to appear at the beginning of a MIME encoded line (e.g. test.com sometimes shows up as test..com)....
View ArticleRegular Expression for specific Domain
Hi All,Kindly suggest some regex expression for specific domain like ... either @gmail.com or @yahoo.com
View Articlescroll to a section of page?
I have two pages.First page consist of links to second page. Second page consist of detail information. Now when user clicks on the links on the 1st page then user is moved to second page. Now i would...
View ArticleGetting code into a page via literal (or similar)?
Hi - I'm using a Web Content Management System that has a bug in it that removes <contenttemplate> tags. I thought that maybe I could insert these via something like a literal but haven't had any...
View Articlehow can I fill the predefined template PDF file from database value.
I have an requiremnet to fill the PDF file from database.This PDF file already have template and text , have some blank sapce, In this blenk sapce I need to fill the value from database, But its hould...
View ArticleIIS Rewrite not working while blocking Special characters
I have the following url's using which my site is accessed:http://www.itsmysitesitesite.com/showproduct.aspx?id=230 http://www.itsmysitesitesite.com/browseproduct.aspx?catid=100I want to write a IIS...
View Articlehow to alter the column in mysql
i have a table name info CREATE TABLE [dbo].[InfoBook]( [BID] [int] IDENTITY(1,1) NOT NULL, [Book_ID] [char](12) NOT NULL, [ISBN] [char](16) NOT NULL, [BookName] [nvarchar](50) NOT NULL, CONSTRAINT...
View ArticleChange hierarcy url in asp.net
Hi GuysI'm working on ASP.NET 4How to change hierarcy url in asp.net. below is my illustrationFrom MyWebsite/Folder1/Default.aspx to MyWebsite/Default.aspxIs it possible??Thanks
View Articlefollowing/adding friends etc
Hi I am trying to implement code that allows users in my website to be able to follow/add friends the way its done in twitter or facebook, but I dont know how to go about it.I have already added the...
View ArticleNeed create a chat (Commnucation) application with in my own web application
Hi All,I need to create a my own chat communication functionalty with in my own web site for example (Gmail , facebook have its own chat functionality)Please help me out.. Regards,R.Vetrivelan.
View ArticleHow to integrate Travel Api in asp.net?
I want create one travel website in that I want use cleartrip api ?How to get api and integrated in my website?plz help me
View ArticleListview
I have a listview With a Insert, Update and delete all done in a codebehind C# page. It gives an error "Incorrect syntax update" <asp:ListView ID="ListView1" runat="server"...
View ArticleSharing picture in social Networks.
Hi,In my webpage , i have social networks links when i click that want to share picture into social networks..Eg:In shopping card if u click fb link share that picture in fb same like want to do..this...
View ArticleQuestion about Using LoginView ??
hi,I have 2 login pagesClientsLoginon login destination is ClientAccount.aspxStaffLoginon login destination is StaffAccount.aspxIf i place loginview on all pages, how can I add the correct home link in...
View ArticleBecome a fan of.......
Does anyone know how this code works?If so please point me to the right direction Im using VB.NET.THANKS ........
View ArticleVariable changes value by another user
I have a file map.aspx which uses querystring to identify which user is which on the map so the first person uses map.aspx?mac=11111 for example. In map.aspx.cs I have this code to define and initiate...
View Articledropdownlist
i have an array with several positisons and read the array position text like "abc" then it has to go to the dropdown and select the abcbut it is not selecting i tried...
View Article