Forum: C# Jun 27th, 2009 |
| Replies: 3 Views: 604 UPDATE: IT WORKS!
Thought I might give it one more go, and SUCCESS.
I done things differently in the New Subscription Wizard, as follows;
PopupWindow: Webserver Authenciation
enter full url of... |
Forum: C# Jun 22nd, 2009 |
| Replies: 3 Views: 604 UPDATE:
After much googling around got sql server side (publisher etc) going...but what do ya know, just couldn't get compact side finalised, kept spitting out error "invalid path" to virtual... |
Forum: C# Jun 20th, 2009 |
| Replies: 3 Views: 604 UPDATE:
Fixed error by granting iiusr db permissions via Sql Server 2005.
& granting permission (I just can't remember the steps - but it was off ... |
Forum: C# Jun 20th, 2009 |
| Replies: 3 Views: 604 Hi, I hope some-one can help.
I am trying to create a mobile application that uses merge replication. I am having problems synchronising CE db to coporate db.
I have had major trouble setting up... |
Forum: ASP.NET Jun 14th, 2008 |
| Replies: 1 Views: 2,888 Challenge: Someone create a shopping cart (eCom) website using visual studio 2008 asp.net/ado.net/c#lanugage, easy? Send me the source code then ....Cheers!!!!
Alternative: send me to a... |
Forum: ASP.NET Jun 3rd, 2008 |
| Replies: 4 Views: 13,943 I sort of get whats happening but what do I do if I want to create a manual dropdownlist that displays a dropdown menu of numbers within gridview.
These values are not a datasource
ie. 1
2
... |
Forum: ASP.NET Jun 3rd, 2008 |
| Replies: 4 Views: 13,943 Help me please;
I want to create and insert a simple (manual) dropdownlist in gridview (visual studio 2008 +sql server 2005), ddl to read 1,2,3,4,5 etc.
new to asp.net and nothing I've looked at... |
Forum: C# May 17th, 2008 |
| Replies: 2 Views: 3,769 Yeah...Worked it out!, most of the stuff I discovered right here in DaniWeb...all that after scolling the net for the past...ages(I won't give actual time spent going around in circles trying to work... |
Forum: C# May 17th, 2008 |
| Replies: 2 Views: 3,769 does some-one know what I'm doing wrong here?
foreach (string content in OpenFile.FileNames)//sends opened file to variable.
//{
... |
Forum: C# May 17th, 2008 |
| Replies: 2 Views: 3,769 Newbie question;
How do I cast a text file to an array, after the file is read using StreamReader?
I have read many threads, code etc but I really need my hand held here, I just dont get it... |