blah blah blah is here! blah blah » Close

0
votes
1 answers

ASP.net authenticating using Windows Authentication on MSSQL server not on trusted domain?

I'm not sure if I am even asking this the right way, but here goes. (Feel free to add any useful information that might help me sort this out, even if it is not a direct answer.) I have a paid web hosting account on discountasp.net. Sinc ...

0
votes
2 answers

ASP.net/c# how to generate variable number of tables at runtime

Hopefully this newbie question hasn't been asked too much here, as I haven't seen it looking through the last few pages. I'm looking to generate a variable number of tables at run time in my asp.net/c# webpage. It's easy enough to add a ...

0
votes
1 answers

(C#) Can't use access modifiers in constructor?

I seem to be missing something conceptually about how constructors work. For example, I know that the following compiles, where as the second code block does not, but I don't know [i]how come [/i ]it only compiles if i remove the access mod ...

1
votes
1 answers

newbie question ASP.NET/C#

I'm reading a book about ASP.NET and I see some code I can't quite figure out. in the .aspx there is a [code]<select id="Currency" runat="server"></select>[/code] Then in the .aspx.cs [code]Currency. ...

Feedback