Search Results

Showing results 1 to 36 of 36
Search took 0.01 seconds.
Search: Posts Made By: Mongz
Forum: ASP.NET Oct 20th, 2009
Replies: 4
Views: 374
Posted By Mongz
Here's the error i recieve


and my connection string looks like this

<connectionStrings>
<add name="ConnectionString" connectionString="Data...
Forum: ASP.NET Oct 19th, 2009
Replies: 4
Views: 374
Posted By Mongz
Hi guys, i've deployed asp application, now the problem im facing is it doesn't connect sql database. At first the database was attached with the application and it failled to connect the database,...
Forum: C# Oct 14th, 2009
Replies: 5
Solved: DataBase backup
Views: 463
Posted By Mongz
I'm using MS SQL 2005 database, i did the code to backup, now i just want to set it to backup at a sertain time
Forum: C# Oct 13th, 2009
Replies: 5
Solved: DataBase backup
Views: 463
Posted By Mongz
Hi guys, i created database backup, but now i want it to backup every time when the time is 00:00. Any help will be highly appreciated.
Forum: ASP Oct 13th, 2009
Replies: 1
Views: 842
Posted By Mongz
How far you have gone? anything you started
Forum: ASP.NET Oct 8th, 2009
Replies: 0
Views: 233
Posted By Mongz
Hi Friends. I need to understand the application deployment in full. According to the implementation documentation there is deployment plan which includes resources required. So any one can just...
Forum: ASP.NET Oct 3rd, 2009
Replies: 1
Views: 303
Posted By Mongz
Hi guys
I'm using asp membership for user authentication and it works perfect. I want to store username into cookies once the user logs in, i tried to implement cookies behind the login control so...
Forum: ASP.NET Sep 29th, 2009
Replies: 3
Views: 477
Posted By Mongz
Hi Guys

I'm using asp membership authentication, few days i created it it was working fine, lately i cannot log in anymore i recieve the invalid password error even if the password is correct. But...
Forum: ASP.NET Sep 28th, 2009
Replies: 6
Views: 693
Posted By Mongz
Once you double click on the button, the code Protected void btnLogin_click(objetc sender, EventsArgs e) comes up same as on asp design, the codeonclick = "btnLogin_click" also comes up. To simply...
Forum: ASP.NET Sep 28th, 2009
Replies: 2
Views: 1,069
Posted By Mongz
You can retrieve your primary key anytime when you want to use it as foreign key to another table, meaning you must have sub query on your stored procedures.
This might be helpfull, you can learn a...
Forum: ASP.NET Sep 28th, 2009
Replies: 6
Views: 693
Posted By Mongz
The button Login you have double clicked and it shows the code behind, then you removed that code. The solution is to go to the asp design on asp: Button ID = "btnLogin " runat = "Server"..... then...
Forum: ASP.NET Sep 28th, 2009
Replies: 3
Views: 477
Posted By Mongz
Hi Guys
Past few days i added an ASP membership database which uses the Visual studio controller's (Login, Creat user Wizerd, Password recovery), it was working fine until yesterday, now i cant log...
Forum: C# Sep 23rd, 2009
Replies: 2
Views: 287
Posted By Mongz
Hi once again
Im trying to use sessions, im passing a value from login page and using it on another page, now i recieve this error "Object reference not set to an instance of an object."

here im...
Forum: C# Sep 17th, 2009
Replies: 1
Views: 269
Posted By Mongz
After few minutes i found it dont mind this, Thanks to Daniweb team
Forum: C# Sep 17th, 2009
Replies: 1
Views: 269
Posted By Mongz
Hi Guys.
Finally i can read excel, thanks to all of you who responded. Now i though its easy as i think to extract from data table, here im searching for a specific record on excel then i need to...
Forum: ASP.NET Sep 11th, 2009
Replies: 1
Views: 821
Posted By Mongz
Im passing a query string from 1 page to many pages, the second page accepts the query string and pass it to the next page and so on. On the second page i accept the query string and it appear's on...
Forum: MS SQL Sep 9th, 2009
Replies: 3
Views: 460
Posted By Mongz
The code suppose to insert to the databes using stored procedure which i called on Data layer, its not inserting and not giving any error and cant find any bug
Forum: MS SQL Sep 9th, 2009
Replies: 3
Views: 460
Posted By Mongz
Hi guys, im trying to insert data in different tables one after another, the first table is "Account" with P_key "Username" then have another table called "Student" with P_key "Alumnus_no". Username...
Forum: C# Sep 7th, 2009
Replies: 5
Views: 1,057
Posted By Mongz
I'v tried to get using
but this is not a running time, then the gives me errors. Any help
Forum: C# Sep 7th, 2009
Replies: 9
Views: 1,197
Posted By Mongz
Now the code can read but bit complicated to make sum changes becouse it returns : "Sheet: 'Sheet1$',Row:3, Column:0", "Sheet: 'Sheet1$',Row:3, Column:0" and "Sheet: 'Sheet1$',Row:3, Column:0" then...
Forum: C# Sep 7th, 2009
Replies: 5
Views: 1,057
Posted By Mongz
Hi guys, im not well experienxed please help, i want to code a digital running time with the colon dots flickering to show that the time is running anyone can offer help will be very usefull.
Forum: C# Sep 7th, 2009
Replies: 9
Views: 1,197
Posted By Mongz
Can you please review the code becouse its not working for me.
[

Then this is behind the button. The file is on c drive inside folder called Data. I recieve an exception " File not found" and...
Forum: C# Sep 7th, 2009
Replies: 9
Views: 1,197
Posted By Mongz
On this method i recieve an exception : "Invalid operation. The connection is closed."
#endregion
private string[] GetTableList()
{
List<string> result = new...
Forum: C# Sep 7th, 2009
Replies: 9
Views: 1,197
Posted By Mongz
Hi Guys, i created an C# application, i need to read an excel spreadsheet called "Graduates.xlsx", i have to search for a specific row on a column called "ID number", once i get that column i must...
Forum: ASP.NET Sep 7th, 2009
Replies: 3
Views: 635
Posted By Mongz
You will have 2 raiobutton then code :
if (radiobuttonList.selectedIndex == 0)
{
response.redirect("administrator.aspx?");
}
if(radioButtonList.SelectedIndex == 1)
{
...
Forum: ASP.NET Sep 4th, 2009
Replies: 3
Views: 635
Posted By Mongz
On your situation you can have an option that a user can choose from, e.g using a radioButton list specifying login as user or administrator, each radiobutton must redirect to the intended page
Forum: ASP Sep 1st, 2009
Replies: 0
Views: 522
Posted By Mongz
Anyone please help me i want to add a splash screen on asp application. I want the splash which can appear for few seconds(E.g when u just log in here in this site)
Forum: ASP.NET Aug 19th, 2009
Replies: 4
Views: 541
Posted By Mongz
This security trimming is a new thing to me, tell me more about how do i go about this.
Forum: ASP.NET Aug 17th, 2009
Replies: 4
Views: 541
Posted By Mongz
Guys i need to validate a menu item on my ASP.NET application. The menu item has 4 links (Home, News, About us and Contact us) one of them "News" must not redirect to page if the user has not log...
Forum: C# Aug 5th, 2009
Replies: 5
Views: 624
Posted By Mongz
The Excel file is in a folder together with web application, and i dont want to attach to the project, the thing is just the correct path that can connect it even if i move it to another computer
Forum: C# Aug 5th, 2009
Replies: 9
Views: 682
Posted By Mongz
Its must be web based live chat driven by a server
Forum: C# Aug 5th, 2009
Replies: 9
Views: 682
Posted By Mongz
Im using C# and ASP forms, but still the problem is not solved as i told you, im not even clear about which tools to use, and the code as well.
Forum: C# Aug 5th, 2009
Replies: 5
Views: 624
Posted By Mongz
The code you gave me i tried it, but it gives me this error - ''C:\Data\GraduatesList.xlsx' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the...
Forum: C# Aug 5th, 2009
Replies: 9
Views: 682
Posted By Mongz
I'm starting from scratch, i have'nt done anything so far, but i want my live chat to read to XML if its posible. And aslo i need to know what tools im gonna need if any like the Ajax toolkit
Forum: C# Aug 5th, 2009
Replies: 9
Views: 682
Posted By Mongz
My application has to include a live chat tool, anyone can help me with C# code, to make a live chat functional.
Forum: C# Aug 5th, 2009
Replies: 5
Views: 624
Posted By Mongz
My application need's to read a certain row on excel document.Anyone can help with C# code for reading excel doc.
Showing results 1 to 36 of 36

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2010 DaniWeb® LLC