Forum: ASP.NET Aug 31st, 2004 |
| Replies: 8 Views: 6,940 can you do the name with the keyword metatag? |
Forum: ASP.NET Aug 31st, 2004 |
| Replies: 0 Views: 5,240 In asp.net (pref c#) how do you post a set of values to a specific URL withough actually creating a form that submits them.
Im sure its possible.. i just cant seem to find the method that adds the... |
Forum: ASP.NET Jul 13th, 2004 |
| Replies: 4 Views: 6,140 you could just check the file extension of the file that is being uploaded |
Forum: ASP.NET Jul 13th, 2004 |
| Replies: 7 Views: 9,865 0 security patches.. on what planet..
also make sure you have a firewall.. and that the smtp server that is in IIS is not left as on open relay.
you can use IIS as a base to host vertually any... |
Forum: ASP.NET Jul 13th, 2004 |
| Replies: 5 Views: 9,190 since you are just starting out i recomend downloading asp.net matrix from asp.net
its a good basic editor, and does not add a lot of messy code like dreamweaver |
Forum: ASP.NET Jun 22nd, 2004 |
| Replies: 11 Views: 115,423 |
Forum: ASP.NET Jun 18th, 2004 |
| Replies: 5 Views: 9,190 to be honest, you really need to sit down witha woob like Wrox ASP.NET for beginers, and user a basic editor like asp matrix, which is freely downloadable from www.asp.net
as for the debuf.. at... |
Forum: ASP.NET Jun 18th, 2004 |
| Replies: 11 Views: 115,423 sadly you have missed the point of asp.net
you are using traditional html tags which renders asp.net useless.
read up on server controls.
<form runat=server>
<asp:button id=button1... |