Tagged Questions

0
votes
1answer
22 views

ASP.NET Form Error

We've just brought up a new ASP.NET page that is showing a strange error. The error shows up in the next page as if the data isn't in the form. When the user goes back and refreshe …
0
votes
1answer
7 views
0
votes
1answer
716 views

The application attempted to perform an operation not allowed by the security policy. (ASP.NET, MySQL,GoDaddy)

I'm getting the following error message running my ASP.NET application on shared GoDaddy web hosting. Security Exception Description: The application attempted to perform an oper …
0
votes
1answer
11 views

Help me ASP.net c# source code

i wan to insert my web form data into database table my web form conatin following field First Name: Last Name: Class: Mob: Address plz help me plz send me complete ASP.net(c#) …
0
votes
5answers
217 views

How to Convert asp.net project to exe project ?

I need to convert my asp.net project to exe application. Is there any way to convert my asp.net project?
0
votes
1answer
16 views
0
votes
3answers
94 views
0
votes
1answer
84 views

How to get feed url from blogspot

i say that if i have a blog @ http://anirudhagupta.blogspot.com/ so how can i get his feed url dynamically by using regex in asp.net c#
0
votes
0answers
7 views

Apache running .asp scripts?

Apache running .asp scripts? I want to run .asp files trough apache it works with iis7.5 I tried some things but those only seems to be able to run .aspx files example file <! …
1
vote
1answer
131 views

Trial version of ASP.NET application

I want the ability to make ASP.NET application expire after 30 days trial or on a certain date. What are my options.
0
votes
0answers
16 views

connecting to MS SQL troubles using ASP.NET

I followed your steps How to connect to MS SQL Server database in asp. Everything works great except that I get System.__ComObject messages on the page instead of table values but …
0
votes
0answers
18 views

How to write values in GridView1

Hello all, I am new to ASP.Net Application. I have a page with some TextBoxes and a GridView. I have Done is I took the Values from Textboxes save into Invoice Table and i want to …