Search Results

1
vote
2answers
184 views

RegularExpressionValidator won’t let me get to the next page.

I have two datalists. One works like a menu where you click on a link to fill the othe datalist. I also have added a next and previous linkbutton to move between the different "pages" so that you d …
0
votes
2answers
200 views

XML-parser error: no element found

I have a asp.net application which is located on a server. It was working but then I added a whole bunch of stuff and now I get: XML-parser error: no element found Address: …
0
votes
0answers
112 views

CausesValidation not working in MultiView

I have a back button in a MultiView which has CausesValidation set to false. I have three views in the MultiView and on the second View the back button with the CausesValidation is placed. …
0
votes
2answers
234 views

ASP.NET insert from bll to mysql

I am trying to make an insert to an MySql database using a three layer solution (or what it might be called). I have done this may times with an MS-sql database and it has worked very well. …
1
vote

RegularExpressionValidator won’t let me get to the next page.

I thought I solved the issue but it just stopped checking. …
0
votes

XML-parser error: no element found

The error was that I was using MySql and when I added the reference to the connector it added a line in web.config, but it didn't add the dll in the bin folder. So when the server tried to access t …