inline page code for sever controls never works
I tried the following code, I tried to use inline expressions like <%, ,<%= , why I can’t use inline expression with server side control?
I tried the following code, I tried to use inline expressions like <%, ,<%= , why I can’t use inline expression with server side control?
I have a detailed bill to print that pulls up billing details from various departments. I need them to be printed on a PDF. But I use plenty of select procedures as I have to display a lot of tables so I need code that I can reuse.
I have a FileUpload control inside an UpdatePanel. I have successfully registered the upload button with the scriptmanager to do a full postback. The only issue I have is that FileUpload.HasFile is always returning null.
Note: When I move the FileUpload control outside of the updatepanel everything works file. Is there a solution or workaround for this.
I want to know if the next piece of code is correct:
I have an XML string which contains Dates formatted “dd/MM/yyyy hh:mm:ss”.
I need to refresh sitecore tree node after publish it.
Current behaviour is when I update some item and publish, sitecore tree node does not get refreshed.
I have to manually refresh the sitecore tree node.
How to accomplish this task?
I’ve developed a web page with MS Chart (.net framework 2.0, visual studio 2010).
Like this picture, I have to put the percentage label inside the doughnut.
What are the drawbacks of marking a class as serializable?
I want the asp gridview to show responsive behaviour like the html table does with the no-more-table css style as
seen here http://bootsnipp.com/snippets/featured/no-more-tables-respsonsive-table.
I am receiving “The remote server returned an error: (403) Forbidden” error message on the block of code below. Specifically this line is failing: var response = (HttpWebResponse)(request.GetResponse());