html5 with vs2010
how to create playlist in html5 i m using html5 along with visual studio2010 end of previous song next song should be start .....
View Articlehow to linbutton's text on another page button click event
this is my code on webform1.aspx<asp:GridView ID="GridView1" runat="server" Width="100%" SkinID="GridView" OnSorting="GridView1_Sorting" OnDataBound="GridView1_DataBound"...
View Articleasp.net export to excel
In a asp.net page how do i give export to excel option using javascript .
View Articlesaving and retrieving recent activities
Hi, I am saving the following html in a database the trying to display it to show the recent activities for my user. I am doing this because the recent activities might contain HREFs. The problem that...
View ArticleMaintaining Array Data in an SQL Database.
Hi, I am migrating my DB from a C++ Structure system to SQL. As an example, I take the 'Order Table' The CPP struct for an Order comprises of a header, containing all sorts of usefull info, like who...
View Articleproblem with intelligencia.urlrewriter
hello,I want to implement url rewriting with intelligencia.urlrewriter.problem is when clean URL Contains special characters such as % : * & and more.in this case I get a bad request,because the...
View ArticleDevelop a Custom Login page
Hi, I'm developing a multiple-city Visitor's system. I want to create a Login page with following details: Username, Password, City & Gate_Name. I need to know how should I proceed with creation...
View ArticleMVC Model + Entity Design Guidance Needed.
Hello, I am working on an mvc site. I understand the concept of the Model, however we are forced to work with the existance of our main frame. The data comes back in the form of a parameter block...
View Articlecustom MVC authorization and Authorize
1st I'm a beginner MVC developer! At any rate I wanted to add Facebook login to my (personal) website and didn't want to use the build in authentication (why bother the user with one more very...
View ArticleBinding gridview from two tables
Hi all, [I am trying to bind a gridview from a table and updation records in another table] Actually I have two sql tables, named mtblVehicle_Booking and mtblLog_Book. In both tables all columns are...
View Articleunable to change Web.SiteMap
When i try to open the "Web.SiteMap file in My C# (Asp.net), its getting error as :"Value does not fall within the expected range". Due to this issue unable to change Web.SiteMap. I've been...
View ArticleSign in with ASP.NET
Hi, I'm working on a school managment web application i want to use a html5/css3 login page but i have to verify if the login and password matches the login and password on the database(SQL Server),...
View Articlewhy team is not replyin gmy question
cannot be inferred from the usage. try specifying the type arguments explicitly[^]
View ArticleProblems with display image byte() on image tag
Hello All, I'm try to show images from database in a client side, but, I have been using many kinds of examples that I found and none work, none of the images shown. The last example I saw it's...
View ArticleDataset Issue
Hi all, m having problem with the following code:ProtectedSub Page_Load(ByVal sender AsObject, ByVal e As System.EventArgs) HandlesMe.Load Dim a AsNew DataSet1.TasksDataTable() Dim adp AsNew...
View ArticleTextArea value in C#
Hi, I have an HTML element defined as : <textareaid="txtOrdersNotResult"runat="server"rows="5"cols="15"visible="false"></textarea> when certain condition hold true, it triggers the...
View Articlethreaded function to send email, file io crashes
I wrote a function that sends an email on a separate thread in 4.0 I've had trouble with the thread, in getting each one to queue up, but I think I fixed that part. In the thread, I have a function...
View ArticleCreate a basic captcha in C#.net
can anyone help me to creat a captcha in asp.net 4.0 using c# i have to generate combination of capital letters, small letters and numbers.....pls help me
View ArticleRole based security
Hello, I am in the process of building a web application for our company. The entire application will be driven by the different buisness users we have set up. Like Finance, HR, Marketing. So, folks...
View Article