|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Calling External Javascript
Newbie Coder -
23 Nov 2006 10:03 PM - 1 message
Hello all I have 3 functions in a javacrip file (MyScript.js), which is added to an ASP.NET 2.0 project 1) no right-click 2) no select text (copy...) 3) History.Back()' How do I call those 3 functions in all of my pages? ...
SMTP .NET Parser - NEED HELP PLEASE!
Alex -
22 Nov 2006 3:08 PM - 1 message
I would like to write a VB.NET 2.0 program that is scheduled and checks a SMTP server, possibly via POP3. This parser will check for new messages, bad messages, and parse the text contained within the email and header. My main goal is to have many email addresses created on the ...
Databinding and List<int>
deathtospam@gmail.com -
21 Nov 2006 6:26 PM - 1 message
Is it possible to Databind to a strongly-typed list of integers (List<int>) ? I want to use <%# Databinder.Eval(Container.DataItem, "XXX") %> inside a Repeater control in my ASPX page, but I don't know ...
Postback of controls which have been modified in javascript
mc -
20 Nov 2006 5:30 PM - 1 message
I'm writing an app for managing Task Lists, I'm trying to add some controls to a form that I can use to link tasks, my original intention was to: - Add two list boxes, one listing "all Tasks" and the other listing ...
The server tag is not well formed
deathtospam@gmail.com -
20 Nov 2006 3:27 PM - 1 message
I am using an <asp:Repeater> control to generate some checkboxes (C# / ASP.NET 2.0). The following code works fine: ============================================ <input type="checkbox" name="worksOk" value='<%# Eval("StoredProcedureID") %>' <%# isChecked(Eval("StoredProcedureID").ToString()) ? "checked" : "" %> > ...
|
|||||||||||||||||||||||