subroutine not returning to complete process
Hello,I have a subroutine that I am calling that creates a vcs file for Outlook. This process opens the vcs so that you can make changes to the calendar event.The issue is that it is not continuing...
View Articlepassing values from one webform to another
hi,which is the best procedure to pass values from one webform to another by clicking on a gridview row .if the values are more then what to do.thanks
View ArticleWhat could cause controls to show data in browser, but be empty when code...
The following is the beginning of a modal (truncated for brevity).<asp:Panel ID="Panel_Instrument_Calibration" runat="server" Width="418px" Height="416px" BackColor="Gray" style="display:none;"...
View ArticleWhich datasource to use
Till now I've pretty much stuck to using the sqldatasource to read/write data.I've been looking at the other options and am not sure which one to learn/use in future (for usability and to keep up to...
View ArticleSame JavaScript FUnction code works in MVC, but not Web Forms
Hi,I'm working on a web app that has multiple projects under 1 solution, some projects are written in WebForms, some in MVC.I have a set of standard JavaScript function (MM_swapImage, MM_swapImgStore,...
View ArticleWeb Form - Posting Data to Same Page
Hello, I have a web form that allows a user to place an order and then they click "Preview Order" so that they can make sure that the data is correct. What would the best way be to enable this ability?...
View ArticleHow dow the global variable works in ASP.net?
I have a global variable in a class and the class is initialised in a Default.aspx.cs.If two users request the Default page in web server then set their respective values. Let say user 1 sets to value...
View Articleredirect after reading cookies
hi i want to open links after reading and chick the value of cookies i do something like that but it gets error <% string username = "admin"; if (Request.Cookies["loginfile"]!=null) { if...
View Articlecreate user wizard 2 mail messages
Create user wizard allows me to send an email message to the user who does a successful registration. This works very well:<MailDefinition BodyFileName="~/App_Data/SignUpConfirmation.txt"...
View ArticleImplement interface
HiI Am Create Class Library And Create New Class With Implements Of Interface But By ErrorIStringToken Is InterfaceDemo is New Classnamespace ClassLibrary2 { public class Demo:...
View ArticleGet Client Mac Address in Asp.Net Web Application
Hi All, Can Any one help me? I need to get Client Machines's Mac address from my web application for secure authentication of my application.I have written an application , but it is returning server...
View ArticleAsyncFileUpload inside a TabContainer produces a very strange error ?
I have really stucked at a big problem using the AsyncFileUpload inside a TabContainer. It seems that when I have put the AsyncFileUploadControl inside a TabPanel in the TabContainer and now switch tab...
View Articlekindly let me know that how to write contact us script with C sharp in...
kindly let me know that how to write contact us or inquiry script with C sharp in asp.net 2.0 becoz i am newbie i tried so many time so many scripts but not working by the way i am using shared...
View ArticleHow to process the incoming message using SMS gateway service
Dears ,I want urgent help from all of u.we purchased one sms gateway service and it is working fine for sending messages.Now my problem is I cannot display the incoming message notifications in my web...
View Articlenew empty row is created in second gridview if i click add new in first...
HiI am having 2 gridviews 'gridview1' ,'gridview2' and I want to add new record and edit already existing records in each .I use edititem template fields.In footer template I have add new button and...
View ArticleHow to rename an IIS website?
On Windows Sever 2008, how can I change/rename a web site from the IIS Manager? Right-clicking the web site showed Explore, Edit Permissions...TIA, Jeffrey
View ArticleMaster page layout
Hi there,I'm editing some content pages and it appeared most of them have a recurring html table with user-defined control inside. I wonder if it is a good idea to create another master page with the...
View ArticleAccess mail from hotmail folders not from inbox
is there anyway to read email from hotmail.com or outlook.com. i want to read an email from folder not from an inbox....Please help me.
View ArticleHow Nav link work for PageView.aspx?img=0&MID=35&Main=14
Hi, I am trying to understand how the navigation link in the right is working. when a user click on any link, the URL address shows this >>>...
View ArticleDeleting record at a constant time.
Hi Y'all,I have a table in a database with 7 columns. A gridview is getting its data from the table and the rows are editable.Once it is 12 midnight everyday, any record in column 5, 6, 7 should be...
View Article