CCAvenue Payment Integration
Hi, Have anybody done payment integration with CCAvenue I have done with the Paypal but it doesn't accept the INR currency. Upon research I found the CCAvenue, but I couldn't find how to use this. I...
View ArticleTextEditor not working with Arabic Language
Hi,I have used a TextEditor in a Website to modify the paragraph which is stored in database with it's HTML modifications,downloaded from this...
View Articlenamespace
trying to bulid a shopping cart but the namespace don't show up and when i try to manually write it it gives error!!! new to this so please help, got deadline tuesday!!!!!!!!!
View ArticleIs using Session variable to store temp data good or bad?
Hello.I need to store some temporary data to pass it between aspx files before saving it to database. I wonder which approach is better:To store all data initially in database with some flag set to...
View ArticleDownload image of type System.Drawing.Image
Hi,I hava en image which i got converting byte array to System.Drawing.Image. Problem is while downloading image, i had to provide path to be saned asimg.Save(path); This way i could save...
View ArticleUsing a Treeview and Gridview to display File Directory & Date Modified column
Hi - I've updated this WebUserControl to display a Gridview next to the Treeview. My aim is to display the corresponding Date Modified value for any files listed in the Treeview. <%@ Control...
View ArticleShow Summary grids and Chart control on dashboard
Hi, I am trying to create a Dashboard page with 4 GridView summary controls and Chart control . Could you please suggest if it is possible with asp.net cntrols? I am uisng asp.net 4.0 web forms. Thank...
View ArticleWhy the dynamically created textBox won't display??
I am using StringBuilder to dynamically create controls and assign the result string to a literal.It is something like this: sb.Append("<td width='100%' >"); sb.Append("<asp:TextBox...
View ArticleUpdate progress modal popup not working ?
Hi friends,modal popup update progress for Tabpanels rmuser and newsfeed are working. But for other tabpanles it is working fine please any one tell me whats wrong Here's the code that I'm...
View Articlerouting url error
i wrote this code in view userPage.aspx after registering map routes"routes.MapPageRoute("Users", "user/{Id}", "~/viewuser.aspx", true, new RouteValueDictionary {{"user","0"}});"int id; if...
View Articlein web page
Hi !does any one tell me how to add animation in asp.net page as i am using visual studio 2010.please explain in detail.
View ArticleAjaxTool kit File upload customization
Hi,Im using ajax toolkit file upload and i need to Change text for "Drag area" and "select file" button..any one know how?? thanks...
View ArticleSwap in a submenu based on a main menu click
Hi,I am still new to VB and ASP.NET so maybe one of the pros can help me out. I have a horizontal MainMenu and another horizontal SubMenu directly under it.I am loading these from a database into a...
View ArticleProblem with closing popup Window
Could someone help. I have a situation where I have a main page that has an 'Email' button on it. When the user clicks the button I call the following javascript to open an email window....
View Articleasp.net cross server httpwebrequest cookie login
I am building a sister site. I want my logged in user to be able to login to the sister site.The user is entered into both databases and has a token (guid) that matches.I am posting the token in a...
View ArticleMS Access database from asp.net
I am looking for a tutorial or sample for asp.net (vb 2010) connecting to MS access database, new, update, & delete record. I have done classic ASP where code would be: New: rsAddRecord.Open...
View ArticleMoving items from one ASP ListBox to Anther
I am Using Two ASP Listboxes . I am Required to pass values from one ListBox to onther . my codef is as followProtected Sub Add_Click(sender As Object, e As EventArgs) MoveListBoxItems(Setter, Getter)...
View Articlefile upload inside user control inside masterpage update panel how to set...
I have a asp.net 3.5 application with the following structure: masterpage (with update panel) nested masterpage content page multiple user controls (with file uploads) Obviously there is an issue with...
View Article