send email
hii use this code for send email :MailMessage mail = new MailMessage(); mail.To.Add("xxx@live.com"); mail.To.Add("xxx@live.com"); mail.From = new MailAddress("xxx@live.com"); mail.Subject = "Email...
View ArticleOpen, edit , save pdf file c#
i want to open/edit pdf files in web browser. This file may contain image as well as text.Then i want to edit this pdf file and append some text, shape etc.Can anybody help me out(basic idea), It's...
View ArticleHow to get checked parent and child node in treeview control asp.net
Hi All,I have on tree view like below (dyanmic : Populate on demand : true)I have append check box on each tree node (both for parent and child ) Level1 : :Level1.1 :Level 1.2...
View ArticleHow to get user/client computer information
Hello all,I have created a website and uploaded on the web server. I write a code on a particular page that get user/client IP address, computer name and some of other details. When i run this page on...
View Articlefacebook login
hello ....I want to provide flexibilty to the user in my website that user can login with his/her facebook login credentials.....so please suggest me how to achiev it....give me some links...
View ArticleNotifications
Hi,I have a project. in these i have report called expirydate. When page is loading means after authentication i need to get expiry products like a notification. if i click it i need to redirect to...
View ArticleSomething is wrong with confirmation box
Hi all, I want to do a confirmation box with a yes and no option. If user clicks yes, the infomation will be entered to the database. However, if the user click no, the user will be brought back to the...
View ArticleHow to create a dynamic menu with submenus?
Hi there.I have a menu stored in a table which displays items in a list view.I want to know how it's possible to have sub menus wich is dynamic?I know how to store in the table just viewing is the...
View ArticleFind button control in dynamically loaded usercontrol
Hi All,I have usercontrol and aspx page which uses a master page. A placeholder is used to add the usercontrol dynamically. The placeholder is inside a wizard control.The usercontrol gets loaded for...
View Articlehow to parse PDF file in c#
Can anybody help me how to parse PDF file in c#, this is very demanding question.Hope to best suggestion very soon.
View ArticleProblem with second dropdownlist in DataList
Hello everyone, I have a datalist where i have two dropdowns the first to select a table and the second to select the column. So far so go...the problem starts after the first selection on the first...
View ArticleProper way to declare variables for the global variables in C#
Here is the top part of my code in my <script runat="server">. Did I declare the private constate variables properly or do I need an underscore?<script runat="server"> private const int...
View Articleis there any function in dot net equivalent to strtotime function in php ??
is there any function in dot net equivalent to strtotime function in php it generate a number on the basis of might be timeit can be used like this strtotime("now"); in php. below link demonstrate this...
View Articleposting on facebook wall on user behalf
Hello friends,I want to post on facebook wall on behalf of user.once user will allow me to post on his behalf then next is posting should be done without showing dialog Please help
View Articlehow to update gridview on button click..
I have a Gridview displaying data from database.I want to insert data in gridview when the button is clicked.When I click the button , form in a new window gets open and when I click on update button...
View ArticleHow to Fetch the Fired event name and event arguments in Global.asax or...
Hi GuysI am new to asp.net and c# Programming , I have a issue here.I have created New project according to my requirement with 15 aspx pages and now i want to trace the User Actions to maintainthe...
View Articleserver control binding
dropdownlist should not be loaded when POSTBACK is true but it does, why ?public String sqlcon = WebConfigurationManager.ConnectionStrings["LoginDatabaseConnectionString"].ConnectionString; protected...
View Articlewant to perform action when on selection of date in Calender control of ajax
just like as simple calnder control , there is event onSelectionDate, i want to perform same action but i am using ajax calnder control ..
View ArticleString remove from array
Hi,I have a string s ="Aban1,Aban2";i want to pass string s to a functionHere words string array has - Aban1,Aban2How to pass to a function say GetDetail(string array)string[] separators = { "," };...
View ArticleI need to create word,Excel document online
How could i create word , excel document online<any open source,Component ,sample code etc...Many thanks.
View Article