Tagged Questions
0
votes
1answer
82 views
ASP.net 2010 (VB) Object reference not set to an instance of an object
Morning All,
I am using VS2010 with VB and im trying to get a ping test working in my web application. In order to do this and test that it works i have simply created a button that when clicks ...
0
votes
4answers
123 views
Using Datepicker in Textbox using JQuery
Here I am trying to create a page with a textbox where I've an idea to show a CalendarExtender (like in AJAXToolkit) but now I'm trying to get it by using JQuery, the problem is, I can't make the ...
0
votes
1answer
33 views
Remove Profile.aspx?Username=Mike and replace it with: /Mike
I am working on a social networking site. A user has an own profile-page.
A profile-page link example:
www.example.com/Profile.aspx?Username=Mike
Is there a way to remove the Profile.aspx from the ...
0
votes
0answers
156 views
how to update database colum with checkbox in gridview vb.net
i have a checkbox in gridview rows...and have a database column name "Active" whose default value is "1"
i bind checkbox with database colum active...
when i click on checkbox by default its is ...
0
votes
0answers
24 views
DHTMLX DataProcessor
I'm using the DHTMLX Components togther with ASP WebForms and CodeBehind. Also i use the DHTMLX ASP-Connector.
For server-side i go with ashx Files. Als long as i stay within IIS all thing are ...
0
votes
1answer
71 views
how to convert comma seperated numbers from textbox to alphabets
I have a Textbox which displays the value as 10,20,30, i.e
textbox1.text="10,20,30,50"
Predefined values: 10-A, 20-B, 30-$, 50-*
I want the value displayed in label1 is according to textbox1 ...
0
votes
0answers
40 views
Enabling customErrors shows error on status bar in ASP.NET 2.0 Web Application
In an ASP.NET 2.0 application, I just add below section to redirect to custom error page in case of exception.
<system.web>
<customErrors defaultRedirect="/ErrorPages/Default.aspx" ...
-3
votes
1answer
92 views
seperate numbers written in textbox after every two digits with comma vb.net
Here is the number chart mentioned above, i want to write the code for my query below :
Controls i have textbox1, label1, label2, button1.
I have a textbox1 which generate random numbers i.e ...
0
votes
4answers
76 views
How to disable a link tag to open fancybox mentioned in href url?
In a ASP.NET Web Application, facnybox of jQuery is used on button click.
As mentioned in link: http://fancybox.net/howto
<a id="lnkEmail" href="../Email/Default.aspx" runat="server">
<div ...
0
votes
1answer
151 views
How to get data from one page (databound) to another page's textbox in asp.net
Suppose I have two .aspx pages and a connection the the sql server database engine.
The first page, let's call it playground.aspx, I'm having a set of databound which using the stored procedure for ...
0
votes
1answer
60 views
Child page hides after opening from main page
In ASP.NET Web Application, there is a main window (Default.aspx or home page) and there is a child window(a new aspx page). When I open child page with javascript on a button click using ...
0
votes
1answer
42 views
How to Sum all the characters inserted into textbox on page load event?
I have the following given parameters:
Alphabet Provided Value
S 2
U 3
M 5
I have textbox with the default text SUM, and a label to display result of the SUM, i ...
0
votes
0answers
23 views
duplicate reference to different version of Oracle.DataAccess?
i have to say that i am very new to developing application using oracle database,
right now i am currently converting an ASP.NET project under visual studio 2003 to visual studio 2008.
Because this ...
0
votes
1answer
30 views
Search user in AD without
I am creating a web application where user needs to log in using their AD credentials. On several pages, users can do another user lookup using AD. The search mechanism is as listed below. The problem ...
1
vote
1answer
29 views
Configuration Error in asp mvc 2 project. MvcContrib, Version=2.0.96.0
Could not load file or assembly 'MvcContrib, Version=2.0.96.0' or one of its dependencies.
I am getting this error on my project which is created by some else and I am debugging this on my computer.
...
0
votes
0answers
49 views
how to add a remote service reference in web.config and use it in application
In a web application, a web service references in added in source code by A*dd Service Reference*. Its working fine. But, now in deploying ASP.NET web application. How can I manage to add web service ...
1
vote
0answers
52 views
Crystalreports toolbar is missing when browsing through iis 7
i have designed a web page in asp.net and vs 2008.
In this web application i have a from which pop up the crystal reports window .When i run the application through Visual studio 2008 and browse it ...
0
votes
1answer
55 views
What exactly is a .base.cs file extension
What exactly is a .base.cs file extension? How is it different from a regular .cs class file? And how is it used differently? I used a code generation tool, and this is what it generated, and the ...
0
votes
2answers
34 views
VS2008 on Windows 8 stepping through when debugging a web-app takes a long time
When I try to step through a web-app via F10 key in VS2008 running on Windows 8 Pro it takes about 3 seconds for each step through to complete.
On windows XP and windows 7 running VS2008 debugging ...
0
votes
1answer
42 views
Expert Pdf Software Components
I am using Expert PDF Software Components for covering HTML to PDF using ExpertPdf.HtmlToPdf;
But after conversion it shows watermark
on PDF document
"Expert PDF software components demo version"
...
0
votes
1answer
39 views
Asp.Net WebApp URL has extra folder information when running in browser
I have a web application in C# using VS 2008 and Framework 3.5 . All of the sudden, when I run the app in debug, the URL becomes ...
2
votes
1answer
61 views
Fancybox (jQuery) is not displaying on first click
In a web application, I have used jQuery Fancybox as detailed at: http://fancybox.net/howto
Default.aspx code:
<a id="lnkAddPart" href ="Part.aspx" runat ="server" >
<div id="Div1" ...
0
votes
1answer
45 views
Visual Studio editor is behaving weird! Showing compilation error with every instance
Whenever I compile any website in Visual Studio I face multiple compilation errors but code gets executed perfectly. I am supposing that some setting is changed with my vs editor.
Following are few ...
0
votes
3answers
105 views
Installing node.js [closed]
i have installed the nodejs from the following address
http://nodejs.org/
but I am not able to run the code sample at this address
...
1
vote
3answers
151 views
The Controls doesn't appear in the design mode (design time)?
I have the following problem with specific user control :
It appears white and no control appear at all in (design view).(design time)
but the source :
<%@ Control Language="C#" ...
-1
votes
1answer
69 views
SignalR and Visual Studio 2008
is there any way to use signalR on Visual Studio 2008. I don't have the visual studio 2012. So Thought to give it try on my 2008 version of visual studio.
0
votes
0answers
16 views
create installer for the two web application in vs2008
I am first time doing the installer with Visual Studio 2008 (Web Setup Project). Here I have two different application publish folders (files need to run the application on IIS). I want to create the ...
1
vote
1answer
22 views
Error trapping on the Response.Redirect
We are using the Response.Redirect to send users to a web site to take a questionnaire. We have a database that stores information about the user's eligibility to take a survey and if they are ...
2
votes
4answers
126 views
Getting error when trying to delete a file in asp.net
I have a an html data in a literal and i make a pdf file say scan.pdf from that html using iTextsharp .But when i try to delete the created pdf file using File.Delete() method,it shows an error like
...
0
votes
1answer
66 views
how to prevent special characters at generating a token in c#
i generate a token which converts the datetime in bytes.
Here is how i generate the token:
public string generateToken()
{
byte[] time = BitConverter.GetBytes(DateTime.UtcNow.ToBinary());
...
0
votes
1answer
282 views
Export MS ChartImage to PPT in asp.net
i am trying to Export Chart images to PPT i.e each image in one slide, below is my code
String strTemplate, strPic;
strTemplate = "C:\\Program Files (x86)\\Microsoft ...
0
votes
0answers
27 views
updating using javascript
I have an updatepanel on the page and I want to update that using javascript
__doPostBack('<%=PanelHead2.ClientID %>', '');
I have registered the click event of this control with ...
-1
votes
1answer
52 views
why Visual studio takes long time to process? [closed]
while i am running asp.net web app in visual studio by pressing start debugging button, it takes long time to run. but when i press f5 key it takes only few seconds to process my web page,
can ...
-2
votes
1answer
165 views
My website menu-bar not working in google chrome but works in IE and Firefox [closed]
I have developed website in VS2008 . I hav created a menubar in my project,it is working in Internet Explorer and Firefox menu links are working properly, but am not able to get in google chrome.. ...
0
votes
2answers
50 views
UpdatePanel is not updating
I have an update panel in a GridView Row. I have followed all the standard procedure to update the panel from the code behind but nothing seems to work..
<asp:UpdatePanel ...
0
votes
1answer
17 views
VB: How to set up daily/weekly/periodic XML check
I'm currently pulling XML data from a third party source and displaying all the elements on a single web page. What I'm trying to do is dynamically create individual web pages for each element, and ...
1
vote
1answer
117 views
How to set dynamically the correct Dateformat in VB for SQL Query
Hello i have an sql query which uses a Dateformat. This code will run on different servers but every server have different dateformats. sometimes yyyy-MM-dd and sometimes yyyy-dd-MM.
I tried to read ...
1
vote
0answers
68 views
How to make queries contained in nested IF to work with RDLC?
I am using Visual Studio 2008.
I have a stored procedure with code like this:
declare @query varchar(200)
if (@Filter = 'T')
set @query = 'select .......'
else if (@Filter = 'D')
set @query = ...
0
votes
0answers
54 views
asp.net repeater for carousel error (object not referenced)
I'm working in Visual Studio 2008, asp.net v4.0
I keep getting same error
Object reference not set to an instance of an object.
I was looking all the code and can't find the answer.
This is the ...
0
votes
0answers
89 views
How can I get Asp.net to start the workflow in the same project?
Is it possible to show a simple example of how a asp.net web application start a windows workflow in the same visual studio 2008 project?
Example Scenario:
I created the workflow inside the web ...
-5
votes
1answer
408 views
Designing of the asp.net website master page like another existing website?
I am designing a master page of a website, which i am designing in asp.net web forms. Like the website :
http://bayyinah.com/dream./
I have worked up some stuff and below is the image, of how my ...
0
votes
0answers
482 views
Styling a data drive menu control in asp.net
The data-driven asp.net menu control which i created successfully at :
Issue in creating a data driven menu in asp.net
needs now to be styled using css, i have applied css referring the following ...
0
votes
2answers
560 views
Issue in creating a data driven menu in asp.net
I am creating a data-driven dynamic menu in asp.net, using sql server 2008 R2 as my database. The parent node, and child nodes at the first level works just fine. but the child node below another ...
0
votes
0answers
228 views
URL Routing / MapRequestHandler error for HTML page in IIS
In my localhost, I cannot setup working environment. I copied web.config from staging where everything is ok. I get error 404 for html page.
Module IIS Web Core
Notification MapRequestHandler
...
0
votes
0answers
31 views
I have issue with viewstate of dropdown list [duplicate]
I try to populate the dropdown inside the gridview row on linkbutton click event. the Dropdown is populated but when I select the value and postback for later processing the DropDown appears empty .. ...
1
vote
1answer
152 views
Batch file to run after publish
Is there a way to execute a batch file after publishing a web application i.e. after using the 'Publish' option.
I have read a few other questions on here which suggest the following:
1) Add ...
0
votes
4answers
345 views
jquery-1.4.1.min.js is not working
The code below works prefect in visual studio 2010 but doesnt work on visual studio 2008,
if there any others exception that i miss out? what else i should check for in order to know what am i ...
1
vote
1answer
73 views
Editing the Web.config
I have an ASP.NET website (not web application) and I publish it using the 'publish' option (to five Windows Servers (2003)).
My development PC contains version 11 of Oracle (DataAccess.dll) and the ...
0
votes
0answers
156 views
How to deploy ASP.NET Web Service with Visual Studio 2008 (without SP1) on IIS Express 7.5
how I can deploy a ASP.NET Web Service on IIS Express 7.5? There are several solutions for Visual Studio 2008 with SP1 and also for Visual Studio 2010. (E.g. How to configure Visual Studio 2008 to use ...
0
votes
1answer
144 views
My username and login page will not work
Ok. So I have a simple website with a username and password textbox along with a submit button in vb2008 which is supposed to lead to a new page which accesses a SQL source table in grid view. I am ...

