Thursday, March 29, 2012

Looking for Web app framework

Hi there,

I am developing a web application that allows developers to keep track of
different Software engineering artifacts while doing development. It is a
software engineering artifact tracking and managing application.

I am looking for a web application framework where user login and roles etc
is already implemented and I can easily add my pages and application logic
to it. I looked at DotNetNuke but while its module development offers a lot
of flexibility it requires a lot of work. I am looking for a simpler and
easier framework to buid my application with as much functionality built in
as possible.I also looked at starter kits at ww.asp.net but they didnt click
either. And it has to be preferable free or a demo version any help would be
much appreciated.Hi Ahmed,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Have you looked at the Starter Kits ?

http://www.asp.net/Default.aspx?tabindex=8&tabid=47

Both the Portal and the Issue Tracker starter kits look like
good candidates for you to strip down to the essentials you want,
so you can then flesh out your application.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================

"Ahmed Shafi" <gikims@.online.nospam> wrote in message
news:euVUvgLPFHA.3788@.tk2msftngp13.phx.gbl...
> Hi there,
> I am developing a web application that allows developers to keep track of
> different Software engineering artifacts while doing development. It is a
> software engineering artifact tracking and managing application.
> I am looking for a web application framework where user login and roles
> etc is already implemented and I can easily add my pages and application
> logic to it. I looked at DotNetNuke but while its module development
> offers a lot of flexibility it requires a lot of work. I am looking for a
> simpler and easier framework to buid my application with as much
> functionality built in as possible.I also looked at starter kits at
> ww.asp.net but they didnt click either. And it has to be preferable free
> or a demo version any help would be much appreciated.
Thanks for Juan's inputs,

Hi Ahmed,

In addition to the starter kids on www.asp.net, here are some other 3rd
party issue tracking systems. Some are opensource. We can also get some
ideas from their appliation frameworks.

#Bug Tracking System
http://www.gotocode.com/apps.asp?app_id=1&

#Open Source Issue Tracking Software in C#
http://csharp-source.net/open-source/issue-trackers

HTH. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Looking for Web Server of XP Home Edition

Hi,
I'm looking at deploying my website to run on workstations/notebooks. Some
of these are running Windows XP Home Edition, which doesn't have IIS or
PWS..
So was wondering if anybody could suggest a Web Server that will run on XP
Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
Any Ideas?
Thanks
Wayne GibsonI think that 'Web Matrix' is a good solution for this problem - it comes
with web server which supports web-services as well.
Wayne Gibson wrote:
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks. Som
e
> of these are running Windows XP Home Edition, which doesn't have IIS or
> PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
>
I forgot the link.
http://www.dnzone.com/ShowDetail.asp?NewsId=45
a wrote:
> I think that 'Web Matrix' is a good solution for this problem - it comes
> with web server which supports web-services as well.
> Wayne Gibson wrote:
>
Cassini Web Server:
http://www.asp.net/Projects/Cassini/Download/
HTH,
Alexander Shirshov
"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:cvv0ff$7v0$1$8300dec7@.news.demon.co.uk...
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks.
> Some of these are running Windows XP Home Edition, which doesn't have IIS
> or PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
>
Cassini sample web server...it's what Web Matrix uses...
http://www.asp.net/Projects/Cassini...index=0&tabid=1
you can also, supposedly, get IIS working on XP Home, but I certainly would
try cassini first before hacking at XP home and hoping it worked...
http://groups-beta.google.com/group...
df7903d9b477d8
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:cvv0ff$7v0$1$8300dec7@.news.demon.co.uk...
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks.
Some
> of these are running Windows XP Home Edition, which doesn't have IIS or
> PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
>
Thanks I've had a look at Cassini, looks like it might work for me..
Has anybody tried it yet with ASP.NET 2.0?
If so, does it work?
Thanks
Wayne
Visual Web Devloper (the IDE for ASP.Net 2.0) has its own built-in webserver
much liek Web Matrix does...so you shouldn't need it...
Karl
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:d01n89$agr$1$8302bc10@.news.demon.co.uk...
> Thanks I've had a look at Cassini, looks like it might work for me..
> Has anybody tried it yet with ASP.NET 2.0?
> If so, does it work?
> Thanks
> Wayne
>
Cassini runs ASP.NET 2.0 code just fine.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================
"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:d01n89$agr$1$8302bc10@.news.demon.co.uk...
> Thanks I've had a look at Cassini, looks like it might work for me..
> Has anybody tried it yet with ASP.NET 2.0?
> If so, does it work?
> Thanks
> Wayne
>

Looking for Web Server of XP Home Edition

Hi,
I'm looking at deploying my website to run on workstations/notebooks. Some
of these are running Windows XP Home Edition, which doesn't have IIS or
PWS..

So was wondering if anybody could suggest a Web Server that will run on XP
Home for ASP.NET 1.1 and possibly ASP.NET 2.0..

Any Ideas?

Thanks

Wayne GibsonI think that 'Web Matrix' is a good solution for this problem - it comes
with web server which supports web-services as well.

Wayne Gibson wrote:
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks. Some
> of these are running Windows XP Home Edition, which doesn't have IIS or
> PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
>
I forgot the link.
http://www.dnzone.com/ShowDetail.asp?NewsId=45

a wrote:
> I think that 'Web Matrix' is a good solution for this problem - it comes
> with web server which supports web-services as well.
> Wayne Gibson wrote:
>> Hi,
>> I'm looking at deploying my website to run on workstations/notebooks.
>> Some of these are running Windows XP Home Edition, which doesn't have
>> IIS or PWS..
>>
>> So was wondering if anybody could suggest a Web Server that will run
>> on XP Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
>>
>> Any Ideas?
>>
>> Thanks
>>
>> Wayne Gibson
>>
>>
Cassini Web Server:
http://www.asp.net/Projects/Cassini/Download/

HTH,
Alexander Shirshov

"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:cvv0ff$7v0$1$8300dec7@.news.demon.co.uk...
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks.
> Some of these are running Windows XP Home Edition, which doesn't have IIS
> or PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
Cassini sample web server...it's what Web Matrix uses...
http://www.asp.net/Projects/Cassini...index=0&tabid=1

you can also, supposedly, get IIS working on XP Home, but I certainly would
try cassini first before hacking at XP home and hoping it worked...
http://groups-beta.google.com/group...7df7903d9b477d8

Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)

"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:cvv0ff$7v0$1$8300dec7@.news.demon.co.uk...
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks.
Some
> of these are running Windows XP Home Edition, which doesn't have IIS or
> PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
Thanks I've had a look at Cassini, looks like it might work for me..

Has anybody tried it yet with ASP.NET 2.0?
If so, does it work?

Thanks

Wayne
Thanks I've had a look at Cassini, looks like it might work for me..

Has anybody tried it yet with ASP.NET 2.0?
If so, does it work?

Thanks

Wayne
Visual Web Devloper (the IDE for ASP.Net 2.0) has its own built-in webserver
much liek Web Matrix does...so you shouldn't need it...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:d01n89$agr$1$8302bc10@.news.demon.co.uk...
> Thanks I've had a look at Cassini, looks like it might work for me..
> Has anybody tried it yet with ASP.NET 2.0?
> If so, does it work?
> Thanks
> Wayne
Cassini runs ASP.NET 2.0 code just fine.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================

"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:d01n89$agr$1$8302bc10@.news.demon.co.uk...
> Thanks I've had a look at Cassini, looks like it might work for me..
> Has anybody tried it yet with ASP.NET 2.0?
> If so, does it work?
> Thanks
> Wayne

looking for web form tutorial

I've been searching in forums, at asp.net, MSDN and 4GuysFromRolla but
cannot locate exactly what I'm looking for - hoping someone here can
suggest:

How to develop a one page web app that initially presents a form to
collect user input, write input to access database, and displays
confirmation message on success?

I do this all the time in old-school ASP, as we frequently survey our
staff on our intranet - I'm trying to be good and use .net 2.0 for
everything now. Right now I have a web page with a form made up of a
bunch of textboxes and validation controls, not sure where to go from
here. This seems like a frequent and basic need - comment and contact
forms on websites, for instance.

I'm almost done with .NET in 24 hours, and have done the ASP.NET ADO
tutorials, creating a DAL and the whole nine yards. Everything I've
learned so far utilizes datagrids. Is customizing a details view the
usual way?

Any input apprectiated. Thanks!

~MahalieCreate form
Add panel for form
Add panel for confirmation
Make both panels Visible=false by default
On initial load or fail validation, show panel 1 (form)
On succesful validation, show panel 2

Since you know how to write to the database, you are golden. Run validation,
if true (valid) then insert.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think Outside the Box!
*************************************************
"mahalie" <mahalie@.gmail.comwrote in message
news:1155603350.093857.43500@.74g2000cwt.googlegrou ps.com...

Quote:

Originally Posted by

I've been searching in forums, at asp.net, MSDN and 4GuysFromRolla but
cannot locate exactly what I'm looking for - hoping someone here can
suggest:
>
How to develop a one page web app that initially presents a form to
collect user input, write input to access database, and displays
confirmation message on success?
>
I do this all the time in old-school ASP, as we frequently survey our
staff on our intranet - I'm trying to be good and use .net 2.0 for
everything now. Right now I have a web page with a form made up of a
bunch of textboxes and validation controls, not sure where to go from
here. This seems like a frequent and basic need - comment and contact
forms on websites, for instance.
>
I'm almost done with .NET in 24 hours, and have done the ASP.NET ADO
tutorials, creating a DAL and the whole nine yards. Everything I've
learned so far utilizes datagrids. Is customizing a details view the
usual way?
>
Any input apprectiated. Thanks!
>
~Mahalie
>


Thanks for the input. I ended up using a FormView and Panels. I had to
piece together a lot of instructions from a lot of sources, so I'm
still wondering if there is already a tutorial out there that does
this...otherwise I'm thinking about writing one!
re:

Quote:

Originally Posted by

I'm still wondering if there is already a tutorial out there that does
this...otherwise I'm thinking about writing one!


Please do...and post the URL when you've published it.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
===================================
"mahalie" <mahalie@.gmail.comwrote in message
news:1155669023.379746.283610@.b28g2000cwb.googlegr oups.com...

Quote:

Originally Posted by

Thanks for the input. I ended up using a FormView and Panels. I had to
piece together a lot of instructions from a lot of sources, so I'm
still wondering if there is already a tutorial out there that does
this...otherwise I'm thinking about writing one!
>

Looking for Web Based Help Desk Solution

Hi,
We need to create a web based Help Desk for a small IT Department. This
solution would need to be low cost (i.e. $0.00) if possible. It would only
need to be basic to start with and could be enhanced over time as the
need/demand increases. We would like it to be asp or asp.net based. Does
anybody know of some great examples of this sort of thing to help use get
started in the creation of this project.
Thanks
Kennethgoogle this
"help desk" asp.net
"Kenneth Keeley" <kenkeeley@.hotmail.com.nowhere> wrote in message
news:%23AXRQDVZEHA.1508@.TK2MSFTNGP09.phx.gbl...
> Hi,
> We need to create a web based Help Desk for a small IT Department. This
> solution would need to be low cost (i.e. $0.00) if possible. It would only
> need to be basic to start with and could be enhanced over time as the
> need/demand increases. We would like it to be asp or asp.net based. Does
> anybody know of some great examples of this sort of thing to help use get
> started in the creation of this project.
> Thanks
> Kenneth
>

Looking for web software for community site


I am looking for good quality .Net web software for:
    Blogging
    Image Uploading / browsingChat that can accept and can display Arabic Text
I am willing to pay a good price if the software meets my requirements. Thanks for any help.
-Ibrahim Akar

Evaluate this

http://www.communityserver.org/

regards,

Vick

Looking for work in the Arkansas and Louisiana Area....

My apologies, this is way off-topic...

Im un-employed, looking for employment. The IT market is almost
non-existent and jobs are scarce in Arkansas.

If you are located in the Arkansas or Louisiana area. I have
experience working with Infragistics and DataDynamic ActiveReports
controls in COM, VB.NET and ASP.NET environments. Solid background in
Windows Networks, Unix systems, Network administration, hardware
repair, maintaining and administering NEC, Axxcess and comdial phone
systems.

I am putting together a small site at
http://www.hongkongexpressions.com/demoapp to demonstrate some skills,
as well as provide more in-depth information on my work experiences.
This is on a hosting site, so it's not to elaborate, to keep my cost
down.

Again, my deepest apologies. Desperate times, call for desperate
measures.This might be more appropriate in www.asp.net/forums under the job site

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Hong Kong Expressions" <twilliams@.hongkongexpressions.com> wrote in message
news:74a1a4f5.0402110616.b9c1184@.posting.google.co m...
> My apologies, this is way off-topic...
> Im un-employed, looking for employment. The IT market is almost
> non-existent and jobs are scarce in Arkansas.
> If you are located in the Arkansas or Louisiana area. I have
> experience working with Infragistics and DataDynamic ActiveReports
> controls in COM, VB.NET and ASP.NET environments. Solid background in
> Windows Networks, Unix systems, Network administration, hardware
> repair, maintaining and administering NEC, Axxcess and comdial phone
> systems.
> I am putting together a small site at
> http://www.hongkongexpressions.com/demoapp to demonstrate some skills,
> as well as provide more in-depth information on my work experiences.
> This is on a hosting site, so it's not to elaborate, to keep my cost
> down.
> Again, my deepest apologies. Desperate times, call for desperate
> measures.

Looking for XHTML compliant text editor

Hello Guys,
I am looking for a text editor which produces a proper XHTML output. My
requirement is to generate an XML Document object out of the output produced
by the text editor.
I tried several third party controls including freetexteditor.
Freetexteditor seems to be having the XHTML output feature in its pro editio
n
but I cannot do a trial since they do not have a trial version for pro.
Also tried FCKEditor which outputs an for space which is not a well-formed
XML output.
Any pointers?
Thank you!CuteEditor claims to output XHTML 1.0 compliant or HTML (your choice).
http://www.cutesoft.net/ASP.NET+WYS...or/default.aspx
-HTH
"Diffident" <Diffident@.discussions.microsoft.com> wrote in message
news:D0A388CD-8B15-42D8-B42E-8A865A58679B@.microsoft.com...
> Hello Guys,
> I am looking for a text editor which produces a proper XHTML output. My
> requirement is to generate an XML Document object out of the output
> produced
> by the text editor.
> I tried several third party controls including freetexteditor.
> Freetexteditor seems to be having the XHTML output feature in its pro
> edition
> but I cannot do a trial since they do not have a trial version for pro.
> Also tried FCKEditor which outputs an for space which is not a
> well-formed
> XML output.
> Any pointers?
> Thank you!

Looking for XHTML compliant text editor

Hello Guys,

I am looking for a text editor which produces a proper XHTML output. My
requirement is to generate an XML Document object out of the output produced
by the text editor.
I tried several third party controls including freetexteditor.
Freetexteditor seems to be having the XHTML output feature in its pro edition
but I cannot do a trial since they do not have a trial version for pro.

Also tried FCKEditor which outputs an for space which is not a well-formed
XML output.

Any pointers?

Thank you!CuteEditor claims to output XHTML 1.0 compliant or HTML (your choice).

http://www.cutesoft.net/ASP.NET+WYS...or/default.aspx

-HTH

"Diffident" <Diffident@.discussions.microsoft.com> wrote in message
news:D0A388CD-8B15-42D8-B42E-8A865A58679B@.microsoft.com...
> Hello Guys,
> I am looking for a text editor which produces a proper XHTML output. My
> requirement is to generate an XML Document object out of the output
> produced
> by the text editor.
> I tried several third party controls including freetexteditor.
> Freetexteditor seems to be having the XHTML output feature in its pro
> edition
> but I cannot do a trial since they do not have a trial version for pro.
> Also tried FCKEditor which outputs an for space which is not a
> well-formed
> XML output.
> Any pointers?
> Thank you!

Looking to advanced need some advice and books

Hey guys

Looking for your help in getting me some material...looking to go into intermediate to advanced area of programming in .net (asp.net).

Just finished a course at uni in distributed systems (done in jsp managed it but jsp is very arguementitive even the lecturer a well knowledgable man in java didnt think it was that great)

Any ways quite intrested in exploring distributed systems and client server interactions.

Would also like to get hints on other areas that would be good to learn...as going for a job with a company that is .net directed and even though I have done asp.net i believe showing an extra intrest in distributed system and other advanced area would be helpful and more importantly intresting to me.

Any books you can suggest to advance me along would be great...I have read on a few blogs that distributed system books are rare?

Being mainly taught in java for past 5 years (Im just finishing honour year in computer science. Why no proper .net is beyond me.) I be intrested in resources web or books on interchanging data between .net and java as i believe it is possible with things like cobra.

On a slight alteration about to do my exam on distributed system what your opinion on web services object orientated distributed system or not an object orientated distributed system...we got two set of notes on both sides quite intresting just wondering on your viewpoint.

Cheers just trying to broaden my experience and in future go on a certified .net course (If work pays for it lol)

Hi:

It depends on what you want to start with, either ASP.NET 1.1 or 2.0.

Since ASP.NET 2.0 is out, I would recommend starting with it!

Check this great book:Professional ASP.NET 2.0

HTH,

Regards

Looking to make "News" label from SQL

I'm trying to make a Label pull it's information from "tbl_news" on my SQL Server, how would I go about this?
its technically two labels, "newsdate" and "conews", where "conews" is the body of it. Any ideas?
-Jeff

There are several ways to go about this. You can use a SqlDataReader, a SqlDataAdapter and a DataSet, etc., etc. With a web app, you are generally better off using a SqlDataReader. For example, you could place the following code in your Page_Load event handler:

if (!Page.IsPostBack)
{
using (SqlConnection conn =new SqlConnection("server=(local);database=MyNewsDatabase;trusted connection=SSPI"))
{
SqlCommand cmd =new SqlCommand("SELECT newsdate, conews FROM tbl_news", conn);
SqlDataReader reader = cmd.ExecuteReader(CommandBehavior.SingleRow);
reader.Read();
this.conews.Text = Convert.ToString(reader["conews"]);
this.newsdate.Text = Convert.ToString(reader["newsdate"]);
reader.Close();
}
}


you need to know how to use the ADO.NET
ADO.NET can deal with all DB issues... you can google it or look for it in the MSDN and try to work it out

this is a sample ado.net code
cmd.CommandText= " select address from customer table"
cmd.CommandType= CommandType.Text
reader.ExcuteReader()
this is a code to read the data from the DB ... this is just a demo to give you a code sample i think your code should be similar after you add the conectionString ( this is the code that you need for assiging access to the database )......i hope that helps!!
herein lies the problem, I'm using dreamweaver, and coding in VB.
anything on how to do it with that?
-Jeff


The code will be fairly similar in VB.NET. The IDE you are using shouldn't affect how the code you write...

Iiesashima wrote:

herein lies the problem, I'm using dreamweaver, and coding in VB.
anything on how to do it with that?


.NET is .NET no matter what IDE you use. I would recommend that you first take a look at this sitehttp://authors.aspalliance.com/aspxtreme/adonet/index.aspx to learn how to pull information from a database.
Grz, Kris.
I understand this, I would rather use the labels I have since the page layout needs them the way they are.
Really, the only issue I have is the connection to the server. Ican do the conews.text = "" portions, and the select lines, I only needthe commands to make it actually connect.

anyone willing to help me make the connection?

If you need help with connection strings than visit www.connectionstrings.com
Let me know if you ahve other questions !

appreciated!
EDIT:
The connections aren't working...
code follows:
<%@. Page Language="VB" ContentType="text/html" ResponseEncoding="windows-1251" %>
Imports System.Data.SqlClient
<script language="vb" runat="server">
Dim oSQLConn As SqlConnection = New SqlConnection()
oSQLConn.ConnectionString="my connectionstring"
oSQLConn.Open()
Server=sql.wifieyeinc.com;Database=wifieyeinc;User ID=name;Password=password;Trusted_Connection=true
sub page_load
if Page.IsPostBack
dim myConn as new SqlConnection
String query = "select news_date, news_test from tbl_news";
SqlCommand myCmd = new SqlCommand ( query, myConn );
myConn.Open ( );
SqlDataReader myReader = myCmd.ExecuteReader ( );
end if
</script>
gives me this error:
BC30002: Type 'SqlConnection' is not defined.
any clues?

Iiesashima wrote:

appreciated!
oSQLConn.ConnectionString="my connectionstring"
oSQLConn.Open()
Server=sql.wifieyeinc.com;Database=wifieyeinc;User ID=sesshomaru;Password=predisposition;Trusted_Connection=true


where is "my connectionstring" defined?
i can see the definition of the connection string assigned for nothnig in your code!!!
where/how would I define this?


<%@. Page Language="VB" ContentType="text/html" ResponseEncoding="windows-1251" %>
<%@. Import namespace="System.Data.SqlClient" %>
<script language="vb" runat="server">
sub page_load()
if Page.IsPostBack'this means "if it IS a postback" - which means 'not the first time called'
Else'run this if first time page is called - fill the label - it will be filled by viewstate on postaback
Dim oSQLConn As SqlConnection = New SqlConnection()
dim MyConnectionString As String = "sql.wifieyeinc.com;Database=wifieyeinc;UserID=sesshomaru;Password=predisposition"
'when passing credentials - you don't specify "Trusted_Connection=true"
Dim Myquery As String = "select news_date, news_test from tbl_news"
Dim myCmd As SqlCommand = new SqlCommand ( Myquery,oSQLConn)
DimmyReader AsSqlDataReader = myCmd.ExecuteReader( )
end if
</script>
you might want to try putting the ip addres ofsql.wifieyeinc.com instead of the url
try that - you seem to be mixing C# syntax (; on end of line) with VB
Your Page attribute says VB
there are some goodtutorials that show how to retrieve data into adatareader
HTH

Iiesashima wrote:

Server=sql.wifieyeinc.com;Database=wifieyeinc;User ID=sesshomaru;Password=predisposition;Trusted_Connection=true


I hope that this isn't a live connectionstring with real usernames and passwords. Hackers love this kind of stuff. It's great that one who asks for help puts relevant information on the forums to get a decent answer but you should always be aware that you don't put valuable information on it!
Grz, Kris.
the sql address is real, but the username is nonsense.
i mean, c'mon, its from an anime.

Looking to hire a developer

My company is looking to hire an ASP.Net developer.
We have many Fortune 500 clients.
The candidate must be willing to work in our Red Bank, NJ office.
Desired skill set includes the usual list of technologies:
ASP.Net
VB.Net
Rocky Lhotka's CSLA Framework
SQL Server
Oracle
Architectural experience and Proj Mgmnt are huge plusses.
Send me a private email if interested.
Thanks.
--
Joe Fallon
jfallon1@dotnet.itags.org.twcny.rr.comWhat type of salary range would you be looking to offer?
Are you sold solely on a VB.Net programmer vs. a C# developer?
I'm curious as to what employers in this area are willing to pay for
this level of skill, tis all...
I do not set those ranges.
I assume the pay is commensurate with skill and experience.
I am trying to help in recruiting eligible candidates.
I can do a quick review and forward resumes.
The deal breaker is the candidate has to work in Red Bank, NJ.
Don't bother submitting anything if you can't.
We are a VB.Net shop. But anyone who knows C# can easily make the
transition.
That is not a deal breaker.
--
Joe Fallon
"Stu" <srallen@.gmail.com> wrote in message
news:1128717786.928821.109130@.g47g2000cwa.googlegroups.com...
> What type of salary range would you be looking to offer?
> Are you sold solely on a VB.Net programmer vs. a C# developer?
> I'm curious as to what employers in this area are willing to pay for
> this level of skill, tis all...
>
Hello Joe,
I sent you an email.....
thanks!
Bruno
"Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
> My company is looking to hire an ASP.Net developer.
> We have many Fortune 500 clients.
> The candidate must be willing to work in our Red Bank, NJ office.
> Desired skill set includes the usual list of technologies:
> ASP.Net
> VB.Net
> Rocky Lhotka's CSLA Framework
> SQL Server
> Oracle
> Architectural experience and Proj Mgmnt are huge plusses.
> Send me a private email if interested.
> Thanks.
> --
> Joe Fallon
> jfallon1@.twcny.rr.com
>
>
re:
> I sent you an email.....
Why do we need to know that ?

A *private* email, get it ?
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Espaol : http://asp.net.do/foros/
======================================
"Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
> Hello Joe,
> I sent you an email.....
> thanks!
> Bruno
> "Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
> news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
why don't you take care of your life?
got it?
"Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
> re:
> Why do we need to know that ?
>
> A *private* email, get it ?
>
> Juan T. Llibre, ASP.NET MVP
> ASP.NET FAQ : http://asp.net.do/faq/
> Foros de ASP.NET en Espaol : http://asp.net.do/foros/
> ======================================
> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
> news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
>
>
>
I only have to take care of not getting any garbage sent here.
Get it ?
That is, unless you believe you have the right
to throw unneeded garbage at everyone here.
Get it ?
Why should thousands of subscribers to these newsgroup
have to learn that *you* sent an email to apply for a job,
when the sender *specifically* requested private emails ?
Get a grip on reality.
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Espaol : http://asp.net.do/foros/
======================================
"Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
> why don't you take care of your life?
> got it?
> "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
> news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
>
Part of Juan's life is looking after this group and ensuring that posts
more-or-less stay on topic (which is ASP.NET).
Thanks Juan! Keep up the good work!
-F
"Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
> why don't you take care of your life?
> got it?
> "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
> news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
>
> why don't you take care of your life?
> got it?
I think you just blew the job offer...
Kevin Spencer
Microsoft MVP
.Net Developer
Ambiguity has a certain quality to it.
"Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
> why don't you take care of your life?
> got it?
> "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
> news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
>
what is the problem in sending a message letting him know I sent an
email'
what about people who says "thank you" when you post a solution?
Why didn't he sent me a *private* email telling "don't do that..." ? I would
just answer "ok, I won't" and right now this thread would not have.....
got it?
now lets stop this children thing and if somebody else whants to say
anything just use the private email ok?
have a nice day!
"Kevin Spencer" <kevin@.DIESPAMMERSDIEtakempis.com> wrote in message
news:eKWOcp4yFHA.3152@.TK2MSFTNGP10.phx.gbl...
> I think you just blew the job offer...
> --
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> Ambiguity has a certain quality to it.
> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
> news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
>

Looking to hire a developer

My company is looking to hire an ASP.Net developer.
We have many Fortune 500 clients.

The candidate must be willing to work in our Red Bank, NJ office.

Desired skill set includes the usual list of technologies:
ASP.Net
VB.Net
Rocky Lhotka's CSLA Framework
SQL Server
Oracle

Architectural experience and Proj Mgmnt are huge plusses.

Send me a private email if interested.
Thanks.
--
Joe Fallon
jfallon1@dotnet.itags.org.twcny.rr.comWhat type of salary range would you be looking to offer?
Are you sold solely on a VB.Net programmer vs. a C# developer?

I'm curious as to what employers in this area are willing to pay for
this level of skill, tis all...
I do not set those ranges.
I assume the pay is commensurate with skill and experience.

I am trying to help in recruiting eligible candidates.
I can do a quick review and forward resumes.

The deal breaker is the candidate has to work in Red Bank, NJ.
Don't bother submitting anything if you can't.

We are a VB.Net shop. But anyone who knows C# can easily make the
transition.
That is not a deal breaker.
--
Joe Fallon

"Stu" <srallen@.gmail.com> wrote in message
news:1128717786.928821.109130@.g47g2000cwa.googlegr oups.com...
> What type of salary range would you be looking to offer?
> Are you sold solely on a VB.Net programmer vs. a C# developer?
> I'm curious as to what employers in this area are willing to pay for
> this level of skill, tis all...
Hello Joe,
I sent you an email.....

thanks!
Bruno

"Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
> My company is looking to hire an ASP.Net developer.
> We have many Fortune 500 clients.
> The candidate must be willing to work in our Red Bank, NJ office.
> Desired skill set includes the usual list of technologies:
> ASP.Net
> VB.Net
> Rocky Lhotka's CSLA Framework
> SQL Server
> Oracle
> Architectural experience and Proj Mgmnt are huge plusses.
> Send me a private email if interested.
> Thanks.
> --
> Joe Fallon
> jfallon1@.twcny.rr.com
>
re:
> I sent you an email.....

Why do we need to know that ?

>> Send me a private email if interested.

A *private* email, get it ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Espaol : http://asp.net.do/foros/
======================================
"Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
> Hello Joe,
> I sent you an email.....
> thanks!
> Bruno

> "Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
> news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
>> My company is looking to hire an ASP.Net developer.

>> Send me a private email if interested.
>> Thanks.
>> --
>> Joe Fallon
why don't you take care of your life?

got it?

"Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
> re:
> > I sent you an email.....
> Why do we need to know that ?
> >> Send me a private email if interested.
> A *private* email, get it ?
>
> Juan T. Llibre, ASP.NET MVP
> ASP.NET FAQ : http://asp.net.do/faq/
> Foros de ASP.NET en Espaol : http://asp.net.do/foros/
> ======================================
> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
> news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
> > Hello Joe,
> > I sent you an email.....
> > thanks!
> > Bruno
> > "Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
> > news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
> >> My company is looking to hire an ASP.Net developer.
> >> Send me a private email if interested.
> >> Thanks.
> >> --
> >> Joe Fallon
I only have to take care of not getting any garbage sent here.

Get it ?

That is, unless you believe you have the right
to throw unneeded garbage at everyone here.

Get it ?

Why should thousands of subscribers to these newsgroup
have to learn that *you* sent an email to apply for a job,
when the sender *specifically* requested private emails ?

Get a grip on reality.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Espaol : http://asp.net.do/foros/
======================================
"Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
> why don't you take care of your life?
> got it?
> "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
> news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
>> re:
>> > I sent you an email.....
>>
>> Why do we need to know that ?
>>
>> >> Send me a private email if interested.
>>
>> A *private* email, get it ?
>>
>>
>>
>> Juan T. Llibre, ASP.NET MVP
>> ASP.NET FAQ : http://asp.net.do/faq/
>> Foros de ASP.NET en Espaol : http://asp.net.do/foros/
>> ======================================
>> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
>> news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
>> > Hello Joe,
>> > I sent you an email.....
>>> > thanks!
>> > Bruno
>>
>> > "Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
>> > news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
>> >> My company is looking to hire an ASP.Net developer.
>>
>> >> Send me a private email if interested.
>> >> Thanks.
>> >> --
>> >> Joe Fallon
>>
>>
Part of Juan's life is looking after this group and ensuring that posts
more-or-less stay on topic (which is ASP.NET).

Thanks Juan! Keep up the good work!

-F

"Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
> why don't you take care of your life?
> got it?
> "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
> news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
>> re:
>> > I sent you an email.....
>>
>> Why do we need to know that ?
>>
>> >> Send me a private email if interested.
>>
>> A *private* email, get it ?
>>
>>
>>
>> Juan T. Llibre, ASP.NET MVP
>> ASP.NET FAQ : http://asp.net.do/faq/
>> Foros de ASP.NET en Espaol : http://asp.net.do/foros/
>> ======================================
>> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
>> news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
>> > Hello Joe,
>> > I sent you an email.....
>>> > thanks!
>> > Bruno
>>
>> > "Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
>> > news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
>> >> My company is looking to hire an ASP.Net developer.
>>
>> >> Send me a private email if interested.
>> >> Thanks.
>> >> --
>> >> Joe Fallon
>>
>>
> why don't you take care of your life?
> got it?

I think you just blew the job offer...

--

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
> why don't you take care of your life?
> got it?
> "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
> news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
>> re:
>> > I sent you an email.....
>>
>> Why do we need to know that ?
>>
>> >> Send me a private email if interested.
>>
>> A *private* email, get it ?
>>
>>
>>
>> Juan T. Llibre, ASP.NET MVP
>> ASP.NET FAQ : http://asp.net.do/faq/
>> Foros de ASP.NET en Espaol : http://asp.net.do/foros/
>> ======================================
>> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
>> news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
>> > Hello Joe,
>> > I sent you an email.....
>>> > thanks!
>> > Bruno
>>
>> > "Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
>> > news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
>> >> My company is looking to hire an ASP.Net developer.
>>
>> >> Send me a private email if interested.
>> >> Thanks.
>> >> --
>> >> Joe Fallon
>>
>>
what is the problem in sending a message letting him know I sent an
email??

what about people who says "thank you" when you post a solution?

Why didn't he sent me a *private* email telling "don't do that..." ? I would
just answer "ok, I won't" and right now this thread would not have.....

got it?

now lets stop this children thing and if somebody else whants to say
anything just use the private email ok?

have a nice day!

"Kevin Spencer" <kevin@.DIESPAMMERSDIEtakempis.com> wrote in message
news:eKWOcp4yFHA.3152@.TK2MSFTNGP10.phx.gbl...
> > why don't you take care of your life?
> > got it?
> I think you just blew the job offer...
> --
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> Ambiguity has a certain quality to it.
> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
> news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
> > why don't you take care of your life?
> > got it?
> > "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
> > news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
> >> re:
> >> > I sent you an email.....
> >>
> >> Why do we need to know that ?
> >>
> >> >> Send me a private email if interested.
> >>
> >> A *private* email, get it ?
> >>
> >>
> >>
> >> Juan T. Llibre, ASP.NET MVP
> >> ASP.NET FAQ : http://asp.net.do/faq/
> >> Foros de ASP.NET en Espaol : http://asp.net.do/foros/
> >> ======================================
> >> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
> >> news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
> >> > Hello Joe,
> >> > I sent you an email.....
> >> >> > thanks!
> >> > Bruno
> >>
> >> > "Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
> >> > news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
> >> >> My company is looking to hire an ASP.Net developer.
> >>
> >> >> Send me a private email if interested.
> >> >> Thanks.
> >> >> --
> >> >> Joe Fallon
> >>
> >>
>> what is the problem in sending a message letting him know I sent an
email??
Wouldn't the email that you sent him have already tipped him off that you
sent him an email?

Are you one of those who sends an intra-office email and then goes to the
person's desk to tell them you sent an email?

Unless you are using Lotus Notes, that's just silly.

Bob Lehmann

"Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
news:OHB1Py4yFHA.3316@.TK2MSFTNGP10.phx.gbl...
> what is the problem in sending a message letting him know I sent an
> email??
> what about people who says "thank you" when you post a solution?
> Why didn't he sent me a *private* email telling "don't do that..." ? I
would
> just answer "ok, I won't" and right now this thread would not have.....
> got it?
> now lets stop this children thing and if somebody else whants to say
> anything just use the private email ok?
> have a nice day!
>
> "Kevin Spencer" <kevin@.DIESPAMMERSDIEtakempis.com> wrote in message
> news:eKWOcp4yFHA.3152@.TK2MSFTNGP10.phx.gbl...
> > > why don't you take care of your life?
> > > > got it?
> > I think you just blew the job offer...
> > --
> > Kevin Spencer
> > Microsoft MVP
> > .Net Developer
> > Ambiguity has a certain quality to it.
> > "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
> > news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
> > > why don't you take care of your life?
> > > > got it?
> > > > "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
> > > news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
> > >> re:
> > >> > I sent you an email.....
> > >>
> > >> Why do we need to know that ?
> > >>
> > >> >> Send me a private email if interested.
> > >>
> > >> A *private* email, get it ?
> > >>
> > >>
> > >>
> > >> Juan T. Llibre, ASP.NET MVP
> > >> ASP.NET FAQ : http://asp.net.do/faq/
> > >> Foros de ASP.NET en Espaol : http://asp.net.do/foros/
> > >> ======================================
> > >> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
> > >> news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
> > >> > Hello Joe,
> > >> > I sent you an email.....
> > >> > >> > thanks!
> > >> > Bruno
> > >>
> > >> > "Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
> > >> > news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
> > >> >> My company is looking to hire an ASP.Net developer.
> > >>
> > >> >> Send me a private email if interested.
> > >> >> Thanks.
> > >> >> --
> > >> >> Joe Fallon
> > >>
> > >>
> >
haha nice

"Bob Lehmann" <nospam@.dontbotherme.zzz> wrote in message
news:Onyr3PAzFHA.3152@.TK2MSFTNGP10.phx.gbl...
>>> what is the problem in sending a message letting him know I sent an
> email??
> Wouldn't the email that you sent him have already tipped him off that you
> sent him an email?
> Are you one of those who sends an intra-office email and then goes to the
> person's desk to tell them you sent an email?
> Unless you are using Lotus Notes, that's just silly.
> Bob Lehmann
> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
> news:OHB1Py4yFHA.3316@.TK2MSFTNGP10.phx.gbl...
>> what is the problem in sending a message letting him know I sent an
>> email??
>>
>> what about people who says "thank you" when you post a solution?
>>
>> Why didn't he sent me a *private* email telling "don't do that..." ? I
> would
>> just answer "ok, I won't" and right now this thread would not have.....
>>
>> got it?
>>
>> now lets stop this children thing and if somebody else whants to say
>> anything just use the private email ok?
>>
>> have a nice day!
>>
>>
>> "Kevin Spencer" <kevin@.DIESPAMMERSDIEtakempis.com> wrote in message
>> news:eKWOcp4yFHA.3152@.TK2MSFTNGP10.phx.gbl...
>> > > why don't you take care of your life?
>> >> > > got it?
>>> > I think you just blew the job offer...
>>> > --
>>> > Kevin Spencer
>> > Microsoft MVP
>> > .Net Developer
>> > Ambiguity has a certain quality to it.
>>> > "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
>> > news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
>> > > why don't you take care of your life?
>> >> > > got it?
>> >> > > "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
>> > > news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
>> > >> re:
>> > >> > I sent you an email.....
>> > >>
>> > >> Why do we need to know that ?
>> > >>
>> > >> >> Send me a private email if interested.
>> > >>
>> > >> A *private* email, get it ?
>> > >>
>> > >>
>> > >>
>> > >> Juan T. Llibre, ASP.NET MVP
>> > >> ASP.NET FAQ : http://asp.net.do/faq/
>> > >> Foros de ASP.NET en Espaol : http://asp.net.do/foros/
>> > >> ======================================
>> > >> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
>> > >> news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
>> > >> > Hello Joe,
>> > >> > I sent you an email.....
>> > >>> > >> > thanks!
>> > >> > Bruno
>> > >>
>> > >> > "Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
>> > >> > news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
>> > >> >> My company is looking to hire an ASP.Net developer.
>> > >>
>> > >> >> Send me a private email if interested.
>> > >> >> Thanks.
>> > >> >> --
>> > >> >> Joe Fallon
>> > >>
>> > >>
>> >> >>>>
>>
> what is the problem in sending a message letting him know I sent an
> email??

In a public, topic-oriented, support newsgroup, it's not professional. In a
sense, it tells the potential employer something about your knowledge level,
not something positive. As to what is the problem with it, I don't have a
problem with it, and I did not take issue with it. However, I couldn't help
but notice your reaction to the correction, which was defensive. This
re-inforces the impression of the part of the potential employer, reading
the newsgroup, including the impression that you are not teachable, that you
can not take correction. A simple "oops" would have de-fused the situation,
and smoothed any impression on the part of the potential employer. The
continuing defensiveness adds nails of a new sort to the coffin.

Remember Dan Rather?

An employer worth his/her salt looks at a number of points of information,
the least of which is your resume. Your resume is an introduction, and may
or may not contain factual information (like a letter from a Nigerian con
man posing as a lawyer). It can not be taken at face value. The information
in it must be confirmed or denied by a number of methods, not the least of
which is the interview.

During the interview, a good employer looks not only at the things you say
(similar to a resume), but at how your say them, and how you behave. By the
time of the interview, he/she has already checked out the references in your
resume, to the extent that they can be checked out, and is looking at you,
the person. A job is a personal relationship. Like a woman considering a
marriage proposal, the employer is trying to figure out how well you will
get along.

This thread has become a form of public interview. As it is public, it has
enabled the potential employer to observe your behavior. Had you not made it
public, you could have avoided the impression altogether. In fact, your
first response to the posted message should have been made privately.

So, I made the observation that you may have blown the job offer. If you can
receive this, you may be able to prevent similar situations from occurring
in the future.

Private communication in a personal relationship is a wonderful thing. And
less communication is often better.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
news:OHB1Py4yFHA.3316@.TK2MSFTNGP10.phx.gbl...
> what is the problem in sending a message letting him know I sent an
> email??
> what about people who says "thank you" when you post a solution?
> Why didn't he sent me a *private* email telling "don't do that..." ? I
> would
> just answer "ok, I won't" and right now this thread would not have.....
> got it?
> now lets stop this children thing and if somebody else whants to say
> anything just use the private email ok?
> have a nice day!
>
> "Kevin Spencer" <kevin@.DIESPAMMERSDIEtakempis.com> wrote in message
> news:eKWOcp4yFHA.3152@.TK2MSFTNGP10.phx.gbl...
>> > why don't you take care of your life?
>>> > got it?
>>
>> I think you just blew the job offer...
>>
>> --
>>
>> Kevin Spencer
>> Microsoft MVP
>> .Net Developer
>> Ambiguity has a certain quality to it.
>>
>> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
>> news:OXAqIg4yFHA.3348@.TK2MSFTNGP10.phx.gbl...
>> > why don't you take care of your life?
>>> > got it?
>>> > "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
>> > news:OX95bb4yFHA.2348@.TK2MSFTNGP15.phx.gbl...
>> >> re:
>> >> > I sent you an email.....
>> >>
>> >> Why do we need to know that ?
>> >>
>> >> >> Send me a private email if interested.
>> >>
>> >> A *private* email, get it ?
>> >>
>> >>
>> >>
>> >> Juan T. Llibre, ASP.NET MVP
>> >> ASP.NET FAQ : http://asp.net.do/faq/
>> >> Foros de ASP.NET en Espaol : http://asp.net.do/foros/
>> >> ======================================
>> >> "Bruno Piovan" <brunopiovan -AT- gmail -DOT- com> wrote in message
>> >> news:Oj%23GLQ4yFHA.612@.TK2MSFTNGP10.phx.gbl...
>> >> > Hello Joe,
>> >> > I sent you an email.....
>> >>> >> > thanks!
>> >> > Bruno
>> >>
>> >> > "Joe Fallon" <jfallon1@.nospamtwcny.rr.com> wrote in message
>> >> > news:eNGCU33yFHA.2540@.TK2MSFTNGP09.phx.gbl...
>> >> >> My company is looking to hire an ASP.Net developer.
>> >>
>> >> >> Send me a private email if interested.
>> >> >> Thanks.
>> >> >> --
>> >> >> Joe Fallon
>> >>
>> >>
>>>>
>>

Looking under the hood

My site is currently on a network server. When I access it it loads normally up to one point and stops for about ten seconds. I'd like to see if there is a tool withing Visual Studio or something else that will tell me what is causing this huge delay.

Thanks!

Have you tried to enable Trace? Follow this Quick Start to enable tracing for a page:http://quickstarts.asp.net/QuickStartv20/aspnet/doc/monitoring/pagetrace.aspx


You can use Compuware's devPartner. I think they have a 15 day trial version.

Looking to replicate a form / subform relationship in .aspx -> SQLDB as I was able to d

Hello Everyone,

I would think that I'd find a good example of using .NET that would allow me to recreate a .aspx page that would look similar to an Access form with a Subform inside of it. It's very easy to create this in type of form in access, just surprised I haven't found it in the asp.net forums or video's.

My tables have a 1 to many relationship

Table 1 - tblCustomers (Fields = CustomerID, CustomerName, CustomerAddress, etc.)

Table 2 - tblCustomerOrders (Fields = CustomerID, CustomerOrderNumber, ItemOrdered, Price, etc.)

Within my .aspx form, I would like to represent my tblCustomers fields, and the tblCustomerOrders / Subform (as something like an Access Subform Window) within the form.


I'm looking to bring up the Customer, see their info, look at their orders (multiple - as I was able to in an Access Subform), and be able to edit any and all information on the form represented by either table. It's basically an edit form I'm looking for.

Thus, I guess my question is this:

What is the best way to accomplish this within a .aspx page?

Is there a Master -Details way of doing this (haven't seen an example)Is there a control for this that I haven't seenAm I the only one that has looked for this?

The connection I am making now is to a SQL Server holding the database information. The data is no longer in Access. I mentioned Access due to the functionality I was trying to explain.

A link to an article / example or something to search on would be a huge help to me at this point. I'm not beyond a reward for anyone who gives good advice / or great example (s)!

All the best!

Dave

I think the closet you are going to get to this in .net is to use the detailsview control

http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/data/detailsview.aspx

The only drawback is when editing data you get a postback, however you could use ajax to stop this


Couple ways to do this dave. For example, what we would like to do is bring up a Customer and see all their orders right? Alrighty.

We're going to need several controls because this is a complicated webform.

I'm going to assume a couple things here, first since you're asking for something this complicated you're not a noobie to ASP.NET. Second, you have the ability to select a single user and pass it to this page via Session or a Query String.

On this page we'll call it CustomerDetails.aspx so create a new WebForm and title it CustomerDetails.aspx

Now, we need to add a few controls. We'll need a GridView to see all the Customer details horizontally. Then we'll need another GridView to see all their orders. And finally we'll need a DetailsView or FormView or Repeater or DataList (I'll use a DetailsView for simplicity) to show all the details of a single order.

Drag all the controls listed above onto the page in design view for ease and we'll manipulate them further via code. Select your first GridView and then click the SmartTag (the little black arrow at the top right of the control) to expand it. Select the Choose a Datasource and select <new datasource>. Follow the wizard (it takes a minute) to setup your first SQL Datasource. Use the query builder to choose a SELECT statement that is:
SELECT * FROM tblCustomers WHERE CustomerID = @.CustomerID

Test the query real quick to make sure it works and you (or I) didn't have any typos and then click finish. Now select your OrdersGridView and repeat the same DataSource setup process but put in another SQL query similar to:
SELECT * FROM tblCustomerOrder WHERE CustomerID = @.CustomerID ORDER BY OrderDate DESC

and Test your query. Then click finish.

Now let's select the DetailsView and do the exact same thing but in the SQL Query we need to modify it so that it shows the details of a single Order.
SELECT * FROM tblCustomerOrder WHERE OrderNumber = @.OrderNumber

Test your query and click finish.

Now here's the nifty part. Goto Code view and look at the code that was generated. Inside GridView1 (that's your CustomerDetails GridView that you can rename) you should add EmptyDataText = "There are no Customers to show" in case something weird happens and a user ends up on your page with no users. Do the same to the other gridview and DetailsView to handle any errors. But now we need to handle the parameters of our SQL statements. For example, in our very first SQLDataSource we have the Parameter @.CustomerID. We need to get that from the query string we passed to this page. So let's do that now.


Inside the <asp:Parameter> tag that is identified as @.CustomerID inside SqlDataSource1 (srcCustomers if you want to rename) you'll see the Name and Type. We need to change this parameter to a QueryString Parameter (this can be done in the Design view but it's just as easy here.) Now just be sure your QueryStringField matches the Query string name that is passed and the Name="CustomerID" (without the @.).

Next, we have the parameter for the second query string. We'll use a ControlParameter for this one. It's pretty striaghtforward. You need to setup ControlName to GridView1 or gdvCustomers whatever it is.


The detailsView parameter is the exact same as the Control Param above. Easy peasy.

Build, check for errors, and then run. And you have it. Now, if you want to be REAL fancy you can add Visible tags to your other controls and only render them when a value is selected. That's a little more complicated than I would explain in type because of the if logic, but it's pretty easy to do if you think about it for a while.


jpuckett, the detailsview control has all of the above built into itl!!


Sorta. The Detailsview can only show a many of one record. If you have a true One to Many, a DetailsView works in the first tier. But most databases in 2.0 still have 'tweener tables that have One to many to Many.

That's why I'm so happy with .NET 3.5 and LINQ. To get rid of the need for 'tweeners. :)

Looking up an address

Hi i am wondering how i would go about use an address lookup withinmy website using vb.net? Not sure where to start can anyone pint me in the right direction or make some recommendations?

Tuppers

If you are talking about address verification there are several webservices in the U.S. that you can use to accomplish this. I noticed that you have England under your name so you will need to do some searching for a webservice that you can access address records from. I usually start withhttp://www.xmethods.com/
If I cannot find what I am looking for there then I go to Google and start searching. To add a reference to a webservice is pretty easy. You just right click your project and select add web reference. Give it he url to the .asmx of the webservice and take off. It will supply you with typed references to the different things that you can retrieve from the selected service just like you were working with a local class or .dll. I am sorry that I do not know more about address verification in England, but I am sure that you can find some info on the web.

I hope that this helps.

Looks for Database File in C:\Windows\System32

I created a web service on my local machine then created another application
to use the web service per my school book. Now when I open the page that
connects to my web service it gives me this error.
Server was unable to process request. --> Could not find file
'C:\WINDOWS\system32\TaraStore.mdb'.
Its looking for the database in the wrong place.
Where do I go to change the default location for ASP to look for this
database? Or, is there something I am doing wrong to begin with?'C:\WINDOWS\system32' is the default dir for asp.net, which is why its
looking there. in your connect string you must specify the correct path to
the mdb, or change the working dir before you open it.
-- bruce (sqlwork.com)
"JT" <jt@.prostartech.com> wrote in message
news:uku9mixCFHA.2600@.TK2MSFTNGP09.phx.gbl...
| I created a web service on my local machine then created another
application
| to use the web service per my school book. Now when I open the page that
| connects to my web service it gives me this error.
|
| Server was unable to process request. --> Could not find file
| 'C:\WINDOWS\system32\TaraStore.mdb'.
|
| Its looking for the database in the wrong place.
| Where do I go to change the default location for ASP to look for this
| database? Or, is there something I am doing wrong to begin with?
|
|

Looks for Database File in C:\Windows\System32

I created a web service on my local machine then created another application
to use the web service per my school book. Now when I open the page that
connects to my web service it gives me this error.

Server was unable to process request. --> Could not find file
'C:\WINDOWS\system32\TaraStore.mdb'.

Its looking for the database in the wrong place.
Where do I go to change the default location for ASP to look for this
database? Or, is there something I am doing wrong to begin with?'C:\WINDOWS\system32' is the default dir for asp.net, which is why its
looking there. in your connect string you must specify the correct path to
the mdb, or change the working dir before you open it.

-- bruce (sqlwork.com)

"JT" <jt@.prostartech.com> wrote in message
news:uku9mixCFHA.2600@.TK2MSFTNGP09.phx.gbl...
| I created a web service on my local machine then created another
application
| to use the web service per my school book. Now when I open the page that
| connects to my web service it gives me this error.
|
| Server was unable to process request. --> Could not find file
| 'C:\WINDOWS\system32\TaraStore.mdb'.
|
| Its looking for the database in the wrong place.
| Where do I go to change the default location for ASP to look for this
| database? Or, is there something I am doing wrong to begin with?
|
|

Looking up thrown exceptions

Hi,

I just came fromwww.msdn.com to look up what exceptions are possibly thrown by the constructor of the OleDbConnection class. I noticed that there is no overview available of thrown exceptions. Is there an alternative library available on the net that does offer this information?

Regards,

Hi,

The two Overload constructor of OleDbConnection is used to Initialize a new instance of the class.OleDbConnection (String) will assign a connection string to its property in addition.

OleDbConnection ()Initializes a new instance of theOleDbConnection class.OleDbConnection (String)Initializes a new instance of theOleDbConnection class with the specified connection string.

Those kind of operation is not likely to throw exception itself except running out of system resource, etc. So I think it is better to check what kind of exceptions the base clase of OleDbConnection will throw.

Looks like there is no easy way to do chain postback

By "chain postback", I mean postback to one page and then another and
another.

For example, I have page1.aspx, page2.aspx, page3.aspx, page4.aspx in
a survey application.

1. Users can only submit the survey on page4.aspx.
2. Users can *randomly jump* among these 4 pages through the
navigation menu at the top of each page.
3. User input from all 4 pages must be obtained and submitted.

I have done this project successfully using Session. That is, I put
user input into the Session object each time the user jumps from one
page to another. When one page has been done, a session key-value pair
is created, and later on checked when the user submits, if the expected
pair does not exist in Session, the user is forced back to that page.

I've read and tried a little bit about cross page postback of ASP.NET
2.0, using things like PostBackUrl, PreviousPage VirtualPath. But it
looks like if we want the flexibility as described by 1 through 3
above, ASP.NET 2.0 does not really make developers' life easier. What
do you guys think? Have I just missed some really cool trick of .NET
2.0 that handles this scenario?I've read and tried a little bit about cross page postback of ASP.NET

Quote:

Originally Posted by

2.0, using things like PostBackUrl, PreviousPage VirtualPath. But it
looks like if we want the flexibility as described by 1 through 3
above, ASP.NET 2.0 does not really make developers' life easier. What
do you guys think? Have I just missed some really cool trick of .NET
2.0 that handles this scenario?


I find it much easier to put all the steps of a multi-step process on
one page and use either panel controls to show/hide the required step.
You can also use the Wizard control which was created to handle this
scenario. Personaly I do not use the Wizard control because it is hard
to get the values of individual controls found inside of the templates.
I do not like to use the FindControl method - it is not compile-time
checked and that can be a major problem if you delete some controls
from the wizard.

--
Michal
http://vaultofthoughts.net
Yes, I think MultiView is an option. But an option only when it does
not make the page excessively long. Otherwise, I guess it takes a long
time to load.

The FindControl method is still tedious in my opinion, given the
scenario I described and probably does not relax the server load
either.

Mikeon wrote:

Quote:

Originally Posted by

Quote:

Originally Posted by

I've read and tried a little bit about cross page postback of ASP.NET
2.0, using things like PostBackUrl, PreviousPage VirtualPath. But it
looks like if we want the flexibility as described by 1 through 3
above, ASP.NET 2.0 does not really make developers' life easier. What
do you guys think? Have I just missed some really cool trick of .NET
2.0 that handles this scenario?


>
I find it much easier to put all the steps of a multi-step process on
one page and use either panel controls to show/hide the required step.
You can also use the Wizard control which was created to handle this
scenario. Personaly I do not use the Wizard control because it is hard
to get the values of individual controls found inside of the templates.
I do not like to use the FindControl method - it is not compile-time
checked and that can be a major problem if you delete some controls
from the wizard.
>
--
Michal
http://vaultofthoughts.net


Yes, I think MultiView is an option. But an option only when it does

Quote:

Originally Posted by

not make the page excessively long. Otherwise, I guess it takes a long
time to load.


I do not like the MultiView for the same reason I do not like Wizard -
problem with getting the inner controls.
As for the page load time. Only visible controls get rendered to the
html that is sent to the user. In case of MultiView only one view is
visible at a time. The rest of the views may have an impact on the
ViewState though so you will have to check how it works for you.

Michal
http://vaultofthoughts.net

Lookup Data

Hello,
I have a page with a datagrid. The datagrid has a column called Employee
Name. This column is for display purposes. However, in edit mode (including
making additions) the user will need to be allowed to lookup an employee.
Therefore, in edit mode there will need to be a textbox. The user should be
able to enter a person's name in whole or in part. If in part then a lookup
will need to be done. If during the lookup multiple people are found (i.e.
user just enters the last name "Smith") a lookup in grid format will need to
appear allowing the user to select the employee they need. Upon selection th
e
employee id and name will need to be passed back to the text box in the grid
so that when an update button is clicked the id will be updated or inserted.
Can someone tell me what the best way to accomplish this would be? I've
tried modal dialog with a lookup grid in it. That gets a bit nasty though.
I'm looking for elegance and proper design.
Thanks
--
-DemetriHi Demetri,
In past projects I've used the 3rd party control at http://dbcombo.net/ to
perform this kind of functionality. I'm sure there are heaps of similar
controls available that are as good or better or free. Just consider the
possibility of purchasing the functionality instead of struggling to
implement it yourself.
Cheers,
Gwynn
---
Gwynn Kruger
http://www.compusolvecanada.com
---
"Demetri" wrote:

> Hello,
> I have a page with a datagrid. The datagrid has a column called Employee
> Name. This column is for display purposes. However, in edit mode (includin
g
> making additions) the user will need to be allowed to lookup an employee.
> Therefore, in edit mode there will need to be a textbox. The user should b
e
> able to enter a person's name in whole or in part. If in part then a looku
p
> will need to be done. If during the lookup multiple people are found (i.e.
> user just enters the last name "Smith") a lookup in grid format will need
to
> appear allowing the user to select the employee they need. Upon selection
the
> employee id and name will need to be passed back to the text box in the gr
id
> so that when an update button is clicked the id will be updated or inserte
d.
> Can someone tell me what the best way to accomplish this would be? I've
> tried modal dialog with a lookup grid in it. That gets a bit nasty though.
> I'm looking for elegance and proper design.
> Thanks
> --
> -Demetri

Lookup Database and Display on Second Page

Hi

I have a test page working doing a simple search for a Name in an Access database. It uses a text field and button for the user to enter a search argument and lists all records matching the selected name field. The results are displayed on the same page using GridView, I am using Expression Web ASP.Net controls to develop this application.

What I need to do now is to allow the user to select any of the rows displayed above in GridView to have full details for that client displayed on a second page.

Any guidance very welcome

Regards

Tony Randell

Here's a tutorial that should help you out with Master/Detail designs.

http://www.asp.net/learn/data-access/#master

Lookup Data

Hello,

I have a page with a datagrid. The datagrid has a column called Employee
Name. This column is for display purposes. However, in edit mode (including
making additions) the user will need to be allowed to lookup an employee.

Therefore, in edit mode there will need to be a textbox. The user should be
able to enter a person's name in whole or in part. If in part then a lookup
will need to be done. If during the lookup multiple people are found (i.e.
user just enters the last name "Smith") a lookup in grid format will need to
appear allowing the user to select the employee they need. Upon selection the
employee id and name will need to be passed back to the text box in the grid
so that when an update button is clicked the id will be updated or inserted.

Can someone tell me what the best way to accomplish this would be? I've
tried modal dialog with a lookup grid in it. That gets a bit nasty though.
I'm looking for elegance and proper design.

Thanks
--
-DemetriHi Demetri,

In past projects I've used the 3rd party control at http://dbcombo.net/ to
perform this kind of functionality. I'm sure there are heaps of similar
controls available that are as good or better or free. Just consider the
possibility of purchasing the functionality instead of struggling to
implement it yourself.

Cheers,
Gwynn

--------------------
Gwynn Kruger
http://www.compusolvecanada.com
--------------------

"Demetri" wrote:

> Hello,
> I have a page with a datagrid. The datagrid has a column called Employee
> Name. This column is for display purposes. However, in edit mode (including
> making additions) the user will need to be allowed to lookup an employee.
> Therefore, in edit mode there will need to be a textbox. The user should be
> able to enter a person's name in whole or in part. If in part then a lookup
> will need to be done. If during the lookup multiple people are found (i.e.
> user just enters the last name "Smith") a lookup in grid format will need to
> appear allowing the user to select the employee they need. Upon selection the
> employee id and name will need to be passed back to the text box in the grid
> so that when an update button is clicked the id will be updated or inserted.
> Can someone tell me what the best way to accomplish this would be? I've
> tried modal dialog with a lookup grid in it. That gets a bit nasty though.
> I'm looking for elegance and proper design.
> Thanks
> --
> -Demetri

Lookup data

Hi All,

I hear someone, lookup data in Dotnet... ??
so, what is this...?
I think this is a database termanology... but not sure .
Any idea
Thanx
Sajjadlookup data means you access the database (or any datasource you're working with) to fetch/get/lookup/read information (data) from it.
thanx :)

lookup on a big table

does anyone have a suggestion how to make a lookup in a web form on a table
with over 20 thousand records? the usual drop down list doesnt seem like a
viable solution, i was hoping for something with autocomplete (i'm using
asp.net ajax, atlas or how it's called now).

going on a different page seems also like not the best solution, because
then i would have to memorize the previous page content, and i would have to
do that for each page that uses that lookup (i was planning on making this
lookup a web control that would be included in a lot of pages).Hi,
What you are looking for is available in the following url:
http://www.15seconds.com/issue/051201.htm
This article showS how to use the free AutoSuggestBox control to add
'Google Suggest' functionality to your ASP.NET application.

Hope this helps you out.

Thanks and Regards,
Manish Bafna.
MCP and MCTS.

"Nedim" wrote:

Quote:

Originally Posted by

does anyone have a suggestion how to make a lookup in a web form on a table
with over 20 thousand records? the usual drop down list doesnt seem like a
viable solution, i was hoping for something with autocomplete (i'm using
asp.net ajax, atlas or how it's called now).
>
going on a different page seems also like not the best solution, because
then i would have to memorize the previous page content, and i would have to
do that for each page that uses that lookup (i was planning on making this
lookup a web control that would be included in a lot of pages).


Both Microsoft AJAX and the free Anthem.Net AJAX framework offer an
"autosuggest" or "autocomplete" control for this. All you need to do is look
at the provided examples.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net
"Nedim" wrote:

Quote:

Originally Posted by

does anyone have a suggestion how to make a lookup in a web form on a table
with over 20 thousand records? the usual drop down list doesnt seem like a
viable solution, i was hoping for something with autocomplete (i'm using
asp.net ajax, atlas or how it's called now).
>
going on a different page seems also like not the best solution, because
then i would have to memorize the previous page content, and i would have to
do that for each page that uses that lookup (i was planning on making this
lookup a web control that would be included in a lot of pages).


"Peter Bromberg [C# MVP]" <pbromberg@.yahoo.yabbadabbadoo.comwrote in
message news:B49A3E9A-9C5E-4198-86DF-3F7C0E670FFC@.microsoft.com...

Quote:

Originally Posted by

the free Anthem.Net AJAX framework


Have you got v1.4 yet...? Just superb!

Lookup like function

I have a page that is used for the user to edit their information on file.
I need to lookup all of their info using their ID. Do I use a lookup
function on each text box/drop down list or should I run a stored procedure.
Is there just a functiont that I can lookup a specific piece of information
and set it equal to txtMyTextBox.Text? I just need someone to point me in
the right direction.
ThanksHi Andy,
You should try and clarify your question, which is very difficult to
understand.

> edit their information on file : you mean in a database? If yes, which one?[/color
]
> I need to lookup all of their info using their ID : do you mean that the user prov
ides their ID and then you fetch the corresponding data from the db/file, and displa
y that data on screen?

> Do I use a lookup function on each text box/drop down list : do you mean FOR each
text box, etc?

> or should I run a stored procedure : do you mean "shall I use as many db fetches a
s there are fields or rather fetch them all at once using something like... mmhhh...
dunno, let's call that a DataSet?

> Is there just a functiont that I can lookup a specific piece of informatio
n
> and set it equal to txtMyTextBox.Text? : do you mean exactly the contrary, i.e. se
t txtMyTextBox.Text to a specific piece of information you would lookup?
Giving a lot more info (like what language you're using, what
database, some context for your program...) would help us set you in
the right direction.
HTH,
Michel
"Andy G" <ajgould@.iastate.edu> wrote in message news:<OGfzbdhDFHA.1040@.TK2MSFTNGP09.phx.gbl
>...
> I have a page that is used for the user to edit their information on file.
> I need to lookup all of their info using their ID. Do I use a lookup
> function on each text box/drop down list or should I run a stored procedur
e.
> Is there just a functiont that I can lookup a specific piece of informatio
n
> and set it equal to txtMyTextBox.Text? I just need someone to point me in
> the right direction.
> Thanks
I came to a conclusion myself. But thank you very much for the smart A**
coments Michel, I'm sure you feel good about yourself now.
"fd123456" <fd123456@.hotmail.com> wrote in message
news:c8d02ef8.0502090014.6462275a@.posting.google.com...
> Hi Andy,
> You should try and clarify your question, which is very difficult to
> understand.
>
one?
>
user provides their ID and then you fetch the corresponding data from the
db/file, and display that data on screen?
>
FOR each text box, etc?
>
fetches as there are fields or rather fetch them all at once using something
like... mmhhh... dunno, let's call that a DataSet?
>
information
contrary, i.e. set txtMyTextBox.Text to a specific piece of information you
would lookup?
> Giving a lot more info (like what language you're using, what
> database, some context for your program...) would help us set you in
> the right direction.
> HTH,
> Michel
>
> "Andy G" <ajgould@.iastate.edu> wrote in message
news:<OGfzbdhDFHA.1040@.TK2MSFTNGP09.phx.gbl>...
file.
procedure.
information
in
Well, next time, don't even ask...
Michel
"Andy G" <ajgould@.iastate.edu> wrote in message news:<u9#okCrDFHA.3888@.TK2MSFTNGP09.phx.gbl
>...
> I came to a conclusion myself. But thank you very much for the smart A**
> coments Michel, I'm sure you feel good about yourself now.
>
> "fd123456" <fd123456@.hotmail.com> wrote in message
> news:c8d02ef8.0502090014.6462275a@.posting.google.com...
> one?
> user provides their ID and then you fetch the corresponding data from the
> db/file, and display that data on screen?
> FOR each text box, etc?
> fetches as there are fields or rather fetch them all at once using somethi
ng
> like... mmhhh... dunno, let's call that a DataSet?
> information
> contrary, i.e. set txtMyTextBox.Text to a specific piece of information yo
u
> would lookup?
> news:<OGfzbdhDFHA.1040@.TK2MSFTNGP09.phx.gbl>...
> file.
> procedure.
> information
> in

Lookup like function

I have a page that is used for the user to edit their information on file.
I need to lookup all of their info using their ID. Do I use a lookup
function on each text box/drop down list or should I run a stored procedure.
Is there just a functiont that I can lookup a specific piece of information
and set it equal to txtMyTextBox.Text? I just need someone to point me in
the right direction.

ThanksHi Andy,

You should try and clarify your question, which is very difficult to
understand.

> edit their information on file : you mean in a database? If yes, which one?

> I need to lookup all of their info using their ID : do you mean that the user provides their ID and then you fetch the corresponding data from the db/file, and display that data on screen?

> Do I use a lookup function on each text box/drop down list : do you mean FOR each text box, etc?

> or should I run a stored procedure : do you mean "shall I use as many db fetches as there are fields or rather fetch them all at once using something like... mmhhh... dunno, let's call that a DataSet?

> Is there just a functiont that I can lookup a specific piece of information
> and set it equal to txtMyTextBox.Text? : do you mean exactly the contrary, i.e. set txtMyTextBox.Text to a specific piece of information you would lookup?

Giving a lot more info (like what language you're using, what
database, some context for your program...) would help us set you in
the right direction.

HTH,

Michel

"Andy G" <ajgould@.iastate.edu> wrote in message news:<OGfzbdhDFHA.1040@.TK2MSFTNGP09.phx.gbl>...
> I have a page that is used for the user to edit their information on file.
> I need to lookup all of their info using their ID. Do I use a lookup
> function on each text box/drop down list or should I run a stored procedure.
> Is there just a functiont that I can lookup a specific piece of information
> and set it equal to txtMyTextBox.Text? I just need someone to point me in
> the right direction.
> Thanks
I came to a conclusion myself. But thank you very much for the smart A**
coments Michel, I'm sure you feel good about yourself now.

"fd123456" <fd123456@.hotmail.com> wrote in message
news:c8d02ef8.0502090014.6462275a@.posting.google.c om...
> Hi Andy,
> You should try and clarify your question, which is very difficult to
> understand.
> > edit their information on file : you mean in a database? If yes, which
one?
> > I need to lookup all of their info using their ID : do you mean that the
user provides their ID and then you fetch the corresponding data from the
db/file, and display that data on screen?
> > Do I use a lookup function on each text box/drop down list : do you mean
FOR each text box, etc?
> > or should I run a stored procedure : do you mean "shall I use as many db
fetches as there are fields or rather fetch them all at once using something
like... mmhhh... dunno, let's call that a DataSet?
> > Is there just a functiont that I can lookup a specific piece of
information
> > and set it equal to txtMyTextBox.Text? : do you mean exactly the
contrary, i.e. set txtMyTextBox.Text to a specific piece of information you
would lookup?
> Giving a lot more info (like what language you're using, what
> database, some context for your program...) would help us set you in
> the right direction.
> HTH,
> Michel
>
> "Andy G" <ajgould@.iastate.edu> wrote in message
news:<OGfzbdhDFHA.1040@.TK2MSFTNGP09.phx.gbl>...
> > I have a page that is used for the user to edit their information on
file.
> > I need to lookup all of their info using their ID. Do I use a lookup
> > function on each text box/drop down list or should I run a stored
procedure.
> > Is there just a functiont that I can lookup a specific piece of
information
> > and set it equal to txtMyTextBox.Text? I just need someone to point me
in
> > the right direction.
> > Thanks
Well, next time, don't even ask...

Michel

"Andy G" <ajgould@.iastate.edu> wrote in message news:<u9#okCrDFHA.3888@.TK2MSFTNGP09.phx.gbl>...
> I came to a conclusion myself. But thank you very much for the smart A**
> coments Michel, I'm sure you feel good about yourself now.
>
> "fd123456" <fd123456@.hotmail.com> wrote in message
> news:c8d02ef8.0502090014.6462275a@.posting.google.c om...
> > Hi Andy,
> > You should try and clarify your question, which is very difficult to
> > understand.
> > > edit their information on file : you mean in a database? If yes, which
> one?
> > > I need to lookup all of their info using their ID : do you mean that the
> user provides their ID and then you fetch the corresponding data from the
> db/file, and display that data on screen?
> > > Do I use a lookup function on each text box/drop down list : do you mean
> FOR each text box, etc?
> > > or should I run a stored procedure : do you mean "shall I use as many db
> fetches as there are fields or rather fetch them all at once using something
> like... mmhhh... dunno, let's call that a DataSet?
> > > Is there just a functiont that I can lookup a specific piece of
> information
> > > and set it equal to txtMyTextBox.Text? : do you mean exactly the
> contrary, i.e. set txtMyTextBox.Text to a specific piece of information you
> would lookup?
> > Giving a lot more info (like what language you're using, what
> > database, some context for your program...) would help us set you in
> > the right direction.
> > HTH,
> > Michel
> > "Andy G" <ajgould@.iastate.edu> wrote in message
> news:<OGfzbdhDFHA.1040@.TK2MSFTNGP09.phx.gbl>...
> > > I have a page that is used for the user to edit their information on
> file.
> > > I need to lookup all of their info using their ID. Do I use a lookup
> > > function on each text box/drop down list or should I run a stored
> procedure.
> > > Is there just a functiont that I can lookup a specific piece of
> information
> > > and set it equal to txtMyTextBox.Text? I just need someone to point me
> in
> > > the right direction.
> > > > Thanks