Chrome issue viewing Sql Blob file
Hi,I'm having a issue with viewing a binary word (.doc or .docx) blob file stored in a SQL 2008 database. This binary file can be successfully viewed using IE 10 and Firefox 18 but not Chrome. When I...
View ArticleImages are not coming in the mail and also the styling is a bit different but...
I have the following code which is used to send a newsletterpublic string UpdateHtml() { System.IO.StreamReader myFile = new System.IO.StreamReader(Server.MapPath("RedRibbonDeals/Deals.html")); string...
View ArticleDynamically create text boxes and populate labels
Hi,I'm trying to do a survey and would like to populate labels with questions from database and dynamically generate text boxes and labels.This is the structure of the database: (status 1 is active,...
View ArticleHTTP 404. The resource cannot be found.
I totally do not understand this error problem. I have created other applications and had no problems the only difference in this one is I am adding MenuItem programmatically Menu.aspx and use a...
View ArticleDispaly picture news widh rss reader Pin
protectedvoid Button_Rssreader_Click(object sender, EventArgs e) {var reader = XmlReader.Create(TextBox1.Text);var feed = SyndicationFeed.Load(reader); reader.Close(); string s = "";foreach...
View Articlecall handler from javascript asp.net .aspx page
Hello All, please help.unable to call the handler file. I building a shopping cart in which the add to cart button is build like this <div class="productPriceWrapRight"><img width="111"...
View Articlereturn dropwdown list values with JSON
I have dropwdownlists that sit in a modalpopup and I amtrying to fill one with value picked from another. I have a lot of it figured out but it seems to error out on me every time and i think it has...
View ArticleCheckbox will not unhide with onlick
So i have some javscript working with a modal popup, my problem is I need certain things to hide or unhide based on a radiobutton list check.I have the first portion working of the radiobutton check to...
View ArticleUpload a file to ftp
I need to upload a file through ftp. Right now my approach is that,1. write a csv file from a DataTable.2. User downloads the csv file and again upload the csv file to the server.3. From the server, I...
View ArticleURL Rewriting + WebMethods/PageMethods...How?
I'm writing as ASP.net web application and am using the UrlRewriting.Net module to rewrite URLs from a .html extension to the .aspx extension. One thing I've struggled with is getting Page Methods...
View ArticleUsing PageMethods while using Friendly URL's
Does anyone know how this is accomplished? If you are using FriendlyURL's then you can't natively use PageMethods.For example, while using FriendlyURL's, instead of going to Default.aspx, I'm now going...
View ArticleCreate DataTable from items in listbox?
How do I create a DataTable from the items in a listbox?Listbox has 10 items and would like to create a datatable from the list of items. Help please.....
View ArticleSQL query results into WebForm for Data Entry
This is my second post - same issue. Just can't get it done.I am working on a page - that will first seach database for existing records and populate the result into WebForm that will be filled and...
View ArticleHow to Convert file laoding image pixel size....into user required fomrat size.
I Have One filed that is signature in these ,I am used File upload control... i am upload the image ..user give some signature image..based on that ....what is size and what is pixel format of...
View ArticleThe 'href' property had a malformed URL: Cannot use a leading .. to exit...
The 'href' property had a malformed URL: Cannot use a leading .. to exit above the top directory..Please Help...
View ArticleHow to Fill Gride view with database
I have store value id like 5,6,7 and retrive time display like[ ] 1[ ] 2[/]5[/]6[/]7use gride view
View ArticleHow we can apply the scrolling on the table with fixed header(TH).
Can we apply the scrolling on the table with fixed header(TH). Please let me know,how we can do that.send me the css for this.we can put table in div for scrolling if I do that then we can,t Freeze top...
View ArticleReload Parent Page From Child Page Without Loosing Data of Parent Page
Hi Expert,I have an requirmetn where I have to refresh/reload theparent window on close of child window with out loosing data of parent window.i.e In my page I have an link button and some control. I...
View ArticleCould not load file or assembly 'EntitySpaces.Core' or one of its...
Im working on a website (.net 3.5 webforms) while compiling and running I had a power cut. Ever since then Ive been getting these errorsCould not load file or assembly 'EntitySpaces.Core' or one of...
View ArticleDropdownlist saving first value
I Have a drop downlist with auto postback , when i select fields and click save , dropdownlist is saving first value instead of selected value ,
View Article