Need broad brush guidance on web approach
DISCLOSURE: I am not a web developer, but I've heard a lot of buzz words about web development I have a client with small data needs for some very confidential information for his clients, which...
View Articleweb forms asp.net 2010 web deploy to iis
In a small company, I am making small changes to a vb.net web forms 2010 application. There are no pervious directions on how toset up the deployment of the application. I have used the old version of...
View Articlegenerate id for some another user in asp.net
i am working on a project university management system.i want only principal have rights to generate id for teachers and hod's.hw cn i generate a system like this in asp.net
View ArticleMobile phone detection
How can I view mobile users of my ASP.NET Web application just like Facebook chat, a detect their geolocation
View Articleasp.net
i am beginner of asp.net 4.0, need a perfect material to learn perfectly ,especially to create a website using visual studio 2010
View ArticleWeb Crawling
Hi to all i want to read content of website using asp.net c# and store it to excel sheet.if any one have idea plzz suggest. thanx in advance.
View ArticleHow to create ASP.NET database driven dynamic website, Database Connection,...
Hi all, I am very new in ASP.NET. Actually I code in vb.net and trying to make a database driven dynamic website. I use to connect database through an XML file where I put the server, database name,...
View ArticleRandom 8 digit number
How can I generate a randon 8 digit number? I have this but its not working Dim random = New Random(System.DateTime.Now.Millisecond) Dim randomNumber AsInteger = random.[Next](1, 500000) Dim...
View ArticleHow to Upload Directory
Hi, I want to upload the directory on the server. The file upload control is uploading the file not directory. is there a way by which I can upload the directory ? Thanks
View ArticleASP.NET MVC create custom search form
Hi all, I am a asp.net mvc developer. I would like to create a filter form (search) and display the results in a table. I want the page loads with the default filter. possibility to navigate from page...
View ArticleASP.net Ajax CalendarExtender in gridview can't set BehaviorID (Two...
I have CalendarExtender in asp.net gridview control:<asp:GridView ID="grvTest" runat="server" AutoGenerateColumns="False" Style="width: 100%;"><asp:TemplateField HeaderText="Calendar...
View Articleasp.net project
how to get in project any one boy give me a answer and I get on phone number notifications?
View ArticleSilverlight Integration like Bespoke Digital Media using Asp.NET?
hi this is vinny, how to integrate silverlight in Asp.NET like as it is used in Bespoke Digital Media. What necessary tools are required for that and what DLL file are required to add this control in...
View ArticleAdding *.js Routes to *.aspx Files
I need to have some server-generated javascript files, so I decided to create *.aspx pages that return the application/javascript mime type. This part is working, but now I am attempting to add a route...
View ArticleAdjusting "Session-Time-Out-Warning-Message" to be suitable for...
I have seen the the article Session Time Out Warning Message Using jQuery in ASP.NET[^] 1- I tried it for Master/Content pages by putting the content of the SessionInjQuery.aspx inside the...
View ArticleWhich event appears the value of sessions variables
I'm calling in the ItemDataBound event of repeater control an object that uses the value of the user's session, but I get error, it seems that the object can not to be created and when I use this same...
View Articlec# 2010 web form work with ssrs
I need to make a change to an existing C#.net 2010 web form application that displays reports (letters) in ssrs 2008 reports based upon how many based upon how may days delinqent a particular customer...
View ArticleWhy Grid view is not rendered in HTML ?
I dragged a grid view control and put into my design page.Based on the user's input in text box i will create rows in java script and append to it.But grid view is not rendered in HTML so that i...
View ArticleHow to implement paging as given in screenshot in AJAX call
I have to implement paging in a list which I'm getting via AJAX call as shown in following link(screen shot contains only paging): http://i.stack.imgur.com/95TbM.png I'm using Entity Framework...
View ArticleResources available to unauthorized users MVC attack
My IA department has run a security can on our MVC application and the following error was displayed: Resource Information in code can easily advertise vulnerabilities to unauthorized users. By placing...
View Article