ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
-2
votes
1answer
8 views
asp.net razor query if else condition
I have a query which brings picture from database based on id which looks like this
var selectphotos = "Select * from ItemPhotos where ItemID= @0";
I want to hide image div if that query has 0 ...
0
votes
0answers
8 views
asp.net with Oracle Configuration
i am traying to configure oracle with ms visual studio 2012 (asp.net).
I install Oracle DataAcces Client (220mb size). And in my asp.net project in web config I've:
<connectionStrings>
...
0
votes
0answers
9 views
Unable to connect to the remote server error
i recently got the error :ystem.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException.
And I naver ...
0
votes
1answer
21 views
ASP Table creating extra attribute, invalid for HTML5
So I have having a weird situation here.
I have an ASP file that outputs a simple table element. <table> in the file mark up.
However when it renders, it is generating <table ...
2
votes
0answers
15 views
Search box in gridview with pagination
I want to do a search box with these "components": textBox, button and gridview with pagination. In my gridview there are name, last name and personal code.
The idea, user write something in textbox ...
0
votes
0answers
15 views
How does a part of the web site is only accessible only in website?
I often access visit my college portal to see my points. only http://sit.ac.in/ can be accessed irrespective to whether I'm accessing it from inside the campus or from outside the campus (remote ...
0
votes
1answer
9 views
finding whether a exe is called or not from windows service in windows 7
i created a windows service from which i call cmd.exe
But i dont know whether it is called or not
please suggest some answer
ProcessStartInfo info = new ...
-2
votes
0answers
6 views
how to create vertical tabbed menu in asp.net using MultiView
i want to create vertical tabbed menu using MultiView in asp.net . can anyone tell me, how to create tabbed menu in asp.net.
0
votes
2answers
32 views
Javascript is not working in this code
When I tried to execute this, without loading the alert message, straight away it navigates to homeNew.aspx page. But when the redirection code is not available, the alert message is popping up ...
-3
votes
0answers
22 views
biggener tutorial for jquery block UI
i want to use jquery block UI for blocking screen while ajax callback event
but i am new to block UI i am finding it difficult to use it my asp page, can any body
provide me any complete tutorial ...
2
votes
0answers
42 views
Display of html contents in C#
I want to display pdf to html contents parallel. For conversion I used iTextSharp from PDF to HTML. The html contents are in format like
<span style="background: ...
-2
votes
1answer
15 views
C# - Create an animated GIF image from selected images in ASP.net
I need a solution to combine selected images into 1 animated GIF image.
Im using Viual Studio 2010 and ASP.net 3.5 C#
thanks in advance
0
votes
1answer
25 views
Cannot insert decimal from textbox into database
I am struggling with getting my sql database to accept a decimal from a textbox on my website page. When I enter a whole number there is no issue, it is only when I enter a decimal (123.45) that I get ...
0
votes
2answers
20 views
Receiving a HTTP POST in HTTP Handler?
I need to listen and process a HTTP POST string in a HTTP handler.
Below is the code for posting the string to handler -
string test = "charset = UTF-8 & param1 = val1 & param2 = val2 & ...
0
votes
1answer
10 views
Can browse using IP address but cannot browse using URL
I am here because I have a problem installing a web application, here is the situation:
1. We are installing a web application which is supposed to be accessible from both internet and intranet.
2. ...