Problem with MapPageRoute..
Hi, Why I am getting object reference not set to an instance of an object with the following MapPageRoute? I guess it's because of {ADDRESS} at the beginning without a name like Page/{ADDRESS{ but...
View Articleunzipping file in host ?
Hi world ! I have this php code for unzipping file in server host.<?php $zip = new ZipArchive; $res = $zip->open('6.zip'); if ($res === TRUE) { $path = pathinfo(realpath('6.zip'),...
View ArticleGoogle Translate vb.net
hi Has anyone got a good sample code on Google Translate V2 using vb.net? Thanks
View ArticleButton or ImageButton?
Hi, I would like to ask which way you prefer to get a button in ASP.NET project? Button or ImageButton? Technology News @ www.JassimRahma.com
View ArticleExport data in Excel(xlsx) without using Excel Object from Datatable.
I tried using oledbconnection with excel and exported data into it but it doesn't support on 64bit. In 32bit it works well. But in 64bit it works partially. Can you give me any solution...
View ArticleHow to add KML file to google Map using javascript in asp.net
How to add KML file to google Map using GGeoXml in javascript in asp.net
View Articlehow to redirect in a url?
I am using this to redirect to comment page: Response.Redirect(String.Format("~/{0}/Comment/{1}", Page.RouteData.Values["ADDRESS"], Page.RouteData.Values["GUID"]), false); I want, if the user is not...
View ArticleTracking Emails
How to track emails whether the receiver has read the message and reply us in asp.net...
View ArticleFindControl not working in Gridview ItemTemplate of Button
The findcontrol event is not getting the control e.g. "btnSubmit" placed inside a gridview itemtemplate tag. please help with code in VB.NET
View ArticleHow to asp:Literal with more..?
Hi,. I am using this to display text from database within asp:Literal: <asp:LiteralID="Literal1"runat="server"Text='<%# Eval("post_comment_text") %>'></asp:Literal>I want to know how...
View ArticleSQL Server error
Hi, I am trying to insert some date to my SQL-Server using ASP.Net. But I am getting the error message like, " ExecuteNonQuery: Connection property has not been initialized." I am using store procedure...
View ArticleHow can we export data into csv format in c#.net
please give me a good solution for exporting the data into csv format file.
View ArticleViewState not working in UserControl
Hi, I have the following in Main.Master file: ViewState["member_id"] = Convert.ToString(sql_reader["member_guid"]); and in banner.ascx which is embedded in the Main.Master, I have the following:...
View ArticleResource files show empty content
Guys; I have published a website to a remote sever. The get requests to page returns the correct HTML response, but request to javasript and and css files returns a blank response.Help people,so poeple...
View ArticlePost and Get process ASP.NET MVC
Hello *, I aked my question a few days ago on stack overflow but I'am not lucky with the one answer. Perhaps, someone can help me here. My first controller method is: [HttpGet] public ActionResult...
View Articlecolumn 'member_channel_name' does not belong to table
Hi, Why I am getting the above error for this line: TitleLabel.Text = data_table.Rows[0]["post_category_name"].ToString() + " - " + data_table.Rows[0]["member_channel_name"].ToString(); here is my...
View ArticleWebResponse
Can any body guide me that how to split json format reply, in webresponse ?
View ArticleIssue in web farm scenario deployment ASP.NET
I have deployed a web application in web farm scenario with a load balancer and multiple servers. If a request coming to one server it works but if to the other server it not works. What issues can it...
View Articlehow resize this image before uploading
Hi, I am using this code to upload using Ajaxuploader: using (Stream stream = item.OpenStream()) { using (System.Drawing.Image img = System.Drawing.Image.FromStream(stream)) {...
View Articlehow to use ckeditor in asp.net?
i want to know how to use ckeditor with database in asp.net?
View Article