How to put an image into selected postition and store in database?
What i have is a page to upload images and save their path into database with priority of the images. Now this is just an example i have a 5 images in my database with their priority like the below...
View ArticleServer.ScriptTimeout = 60
hi,"The ScriptTimeout property can be set in the Web.config file by setting theexecutionTimeout attribute of the httpRuntime element. "q1)is Server.ScriptTimeout = 60 and executiontimeout in web...
View ArticleRegex for print pages range?
Does anyone have a regex that validates whether a given string is valid for a print-range string?exmples like: 1-4,5,7-9,8that would be allowed, since there are individual pages and page ranges...
View ArticleFree chat tools for KPI report
Dear all,I need to design some KPI report under asp.net platform, is there any free components to use. Thanks
View ArticleHow to disable the buttons of other URL opening using Iframe?
hi,i m using iframe to open another webservice. there user can view the complete the nav of the targeted link. but i wan't to prevent the user to view the complete nav. There are five items in the...
View ArticleLogin with EMail Id or Mobile Number
How to login with (EMail Id or Mobile Number as a user name) and password with authentication for this?
View ArticleMultiple Page website and keep data?
Hi,I am building a website that has "next" and "back" buttons. What is the best way to keep and store the selections on each page? So on page 1 the user selects a date then clicks next which goes to...
View ArticleHow to Search the two Gridview colums when I enter into Textox.
How to search the Username or last name , If I enter Username or last name in txtSearch.Text,result has to Highlight?
View ArticleHow to display the multiple images - VS 2010 ?
Hi, It's my project in ASP.Net...Any how successfully learned to display the pag contents by text... But when I try to display multiple Images, I don't know which control will help me... When I search...
View ArticleJavascript validations
Hi,There are certain validations in the design page that I have given in the .js file. But somehow it doesnot seem to work. Especially the one which take two date fields to compare.How should I rectify...
View ArticleHow to call parameterlised method on button click?
Hi All,I want to call parameterlised method on button click.ex:- public string returnTimeString(DateTime time, stringstartTime){}Now I want to call this method on button click.protected void...
View ArticleSave IP Addres When a New User Is Created
Hello,I am using the CreateUserWizard control to create users for my website. When a user is created, I would like to log their IP address in DataSecurity.aspnet_Membership.Comment field. Thanks for...
View ArticleDynamic controls in an UpdatePanel not always raises asynchronously
I try to create a dynamic table with some textboxes depending on a object List. Then I add it in an Panel contained in UpdatePanel.Everything works great, except that some times, the postback is async,...
View ArticleHow do I validate DropDownList and Radiobutton when user clicks next button...
I have this one RequiredFieldValidator but it is not working. When a user does not select something form the DropDownList, if they click the NEXT button, they should see an error message "Select a unit...
View ArticleHow to enter the current date and time in Details View?
How to insert the current date and time when I selecting Insert link button or updated link button in Detail View text box row.
View ArticleUnable to Update Gridview
when I preforming the Update in grid view , its unable to updatating.protected void gvPerson_RowUpdating(object sender, GridViewUpdateEventArgs e) { TextBox txttitle; txttitle =...
View Articleprogram that returns first website found by google search
I want to write a program that processes a list of company names, returning the first website that google found when searching for each name. I presume I need to use the google api ? Does anyone know...
View ArticleCompilation error (contact form)
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately....
View ArticleFile Upload
Good day all,I have a file upload in my form form saving pictures of members. I save the file name and the path into the database on insertion which works perfectly.But the problem I have now is that...
View ArticleHow do I post a status update to Facebook using vb.net?
I am so confused! What I would like to do is simply post a status/image to my Facebook page from within my VB.Net 4.0 web site. I have an FBAppID and FBSecret. I just need to know which .dlls I need...
View Article