I have made a webpage that uses the built in .net user system for
handeling all the users of the page. I have also set it up tu run from
mssql instead of the standard user-database that visual studio
automaticly creates. The thing is now that I wanna have custom fields
added to the users. Something like phone-number, height, weight and so
on. What is the best way to do this? I have'nt really found any good
examples out there. Anybody wanna point me in the right direction? :-)
I use the wizard to create the FormView and Datasource and set the default
view to Insert. When I try to use the page, and click the insert link, I
get a 404 error. Any idea why I would get this? This is all using the
wizard, including creating the SQL queries.
I have a datalist which has many rows. Therefore I used
some kind of paging for that which works very good. Now I
would like to print this datalist, from page 1 to end. Is
there any possibiliy to do that? I know I can load the
complete data into one page, but I dont want to do that.
Can somebody give any guidance or suggestion?
Examples of templated controls Have seen the poor examples in MSDN. Anyone know where I
can find others or a book that goes into a lot of detail
on writing your own composite, user and templated
controls ?
wholesale Nike shoes,Jordan shoes,Air force ones,Adidas shoes air nike shox air max air This is marco international trade company. We can mainly supply
quality branded shoes, jordans, af1, air max, air shox,
adidas,timberland,prada,puma, and clothes like bape, evisu, bbc. We
can also supply handbags, sunglasses, hats. We accept the small order
even one pair.We can delivery goods to your door within 5 workin days.
Any interest in our products, pls feel free to ask.
Our website: www.lead-nike.com My msn/email: lead_nike@yahoo.com.cn
and lead-nike@hotmail.com
We await your good news
Announcement: Earn EURO 10,000 while saving the Earth Gaiaware the company behind Gaia Ajax Widgets have just announced a
"Gaia Programming Contest" (Gaia == mother earth too ;)
The prize for the winner is 10 000 EUROs!
The project must be a GPL project built with Gaia Ajax Widgets and
it's functionality must be some sort of "meeting place" for people to
meet and discuss, collaborate etc around "the most important issues
for the next 100 years". Meaning e.g. environmental issues etc...
Read the specifics here;
http://ajaxwidgets.com/Blogs/system_rss/earn__10_000_while_saving_the_.bb
Is there a way to set webform controls to visible/invisible dynamically. Say
I have a textbox cann txtFirstName, I know the following statement can set it
visible:
txtFirstName.visible = true
Here is difficult part, I am tring to set the controls visible based on the
content of DataReader or DataSet. If the datareader has a row that has an
item "txtFirstName" then txtFirstName should be visible.
Sure I can use a big select statement to do this:
select case fieldName
case "txtFirstName":
txtFirstName.visible = true
'about another 50 case statements follow
end select
Postback and process entire datagrid at once I populated a datagrid with a 'send' button at each row, which needs to be
clicked whenever a value has been entered. This datagrid enables a user to
enter parameters which are used for computing. This list of parameters can
be as large as 63, so pressing the send-button over and over again gets
rather annoying. Is is possible to allow a user to enter all values and
then postback the entire grid by pressing a 'send' button at the end of the
page? And of course update the dataset with this input....
Couldn't find any docs on how to achieve this, maybe you could help me out
with some tips/examples?
Thanks in advance!
I would like to first state that I am an amature when it comes to
programming with any language, but have always found information on here very
helpful. Now I am hoping that somebody can help me get started on a new
challenge.
I have created a web page with a Calendar control. I am wanting to create a
table underneath the calendar that shows event details for the shown month
only. Meaning if I have an event for January 25 and a one for February 10
you only see those events when you view the selected month.
I am assuming I will need a data table of some sort. Once I create the
table how do I start to tell it what month I am currently viewing to only
show that data? Do I have to create a data table for each month?
Thanks again in advance and any and all information is greatly appreciated.
Chris
Tag: Webservices over https
Dave 2003-07-24 02:18:57 AM
Does anyone have any experience consuming a webservice
over https? The little I've seen seems to suggest this
is not supported.
Works fine here, from both IE via webservice behaviour and from a winforms
app.
"Dave" <davet65109@hotmail.com>wrote in message
news:022701c35146$e1931820$a301280a@phx.gbl...
>Does anyone have any experience consuming a webservice
>over https? The little I've seen seems to suggest this
>is not supported.
>
>Thanks.
>
"Dave" <davet65109@hotmail.com>wrote in message
news:022701c35146$e1931820$a301280a@phx.gbl...
>Does anyone have any experience consuming a webservice
>over https? The little I've seen seems to suggest this
>is not supported.
>
>Thanks.
>
I've created an application using some Flash and webservices talking to
Coldfusion. My test environment and one production environment are work well
as the webservices connection is http based. I'm now wanting to put this
application on a secured server (https) but I can''t seem to make a webservices
connection.
Is there any way to create a webservices connection over https:// ??