NEW NEW NEW
hi
I have a huge form to build on an asp.net page with multiple fields that come from and also connect to (postback=true) 10 different tables{database is access for now } .which controls would be helpful please suggest.
Also how about usign infopath to build forms and hosting it on iis is it feasible..please advice.
Thanks in advance
Environment: Visual studio 2005 ,iis webserver,ms access,Thanks to all the PROS who are helping other developers..
Hi,
For ASP.NET 2.0 Hosting purpose I am currently using GoDaddy.com. And satisfied with the service.RegardsKuldeep Deokule MCSD.NETBlog: http://dkuldeep.blogspot.comThis posting is provided "AS IS" with no warranties, and confers no rights.
mranonimus:hi
I have a huge form to build on an asp.net page with multiple fields that come from and also connect to (postback=true) 10 different tables{database is access for now } .which controls would be helpful please suggest. Requirement is not so clear. Advise you to give more clarity for better response. MCSD.NETBlog: http://dkuldeep.blogspot.comThis posting is provided "AS IS" with no warranties, and confers no rights.
The real question is how should you access the data.
Since you are using Access, you could create a query that pulls all the various data fields (from the 10 tables) together into one query. That way you can write one SQL statement to access the correct record in the query. Also, I believe when y...
a new version, new modules new skinobjects new colorpalettes new links
Hi
Well dnn3 is on the horizon lots of people are working on some cool new stuff to add, so am I. A new free menu stem pure css based combined with a skinpackage also pure css based very fast loading and pretty much xbrowser. No need to buy sidemenus vetical menus etc all this can be handled in css alone.
Im also working on some new modules and a javascript helper ( as some of you kow I love my Javascript :). But each new portal starts with a new designs and i found some more interesting color links.
Colourlover User submitted colors and color schemes. this is my favourite some very interesting but realy good looking color combinations in here</a>
Spectacle color schemes <i> the favourite color schemes of a design studio
Its time we add more interesting color schemes in the dnn world, Fortunately ofcourse there is Nina with her purplishe yellow color scheme, and I like the greengreeyish color combo from Crispy's site as well
I have some interesting color schemes for my new sites and menu's in mind and I hope to see some more creative dnn use in the future :)
have fun experimenting with colorsArmand Datema5 Skins, 4 SkinObject, 38 Containers, 2 Modules and more Euro 50 a year.SchwingNukeOffshore DNN and ASP.net development Container Creator
Armand. that's some nice looking eye candy for colour variances. I can't wait to get my separate skinning resource site running where I'll be covering colours to a finer degree, but these are such love...
new version too new
wher can I download an older version. My system has less then 1 gig of
ram so I can not run the 11.3 version, I tried 5 times. Thank you.
--
trevrep
------------------------------------------------------------------------
You can find the openSUSE version 11.2 ISO download files, for making
bootable DVD & CD's, from the following Link:
ftp://ftp.klid.dk/opensuse/distribution/11.2/iso/
Thank You,
--
Remember that little in Life is certain, including any advice you may
get from me, you poor soul, but at least I am trying to help.
:)Its James again fro...
New in XML Web Service
Hello, I'm new in XML hope you all can help me.
What me want to do is, I want to request the FEDEX shipping price using FEDEX Ship Manager api which supplied by FEDEX. Can you tell me what should I do to retrive the shipping price? I have explore the FEDEX documentation and it explain on how to compose FedEx XML transactions to interface between e-commerce application and the FedEx and vice-versa. My question is how can retrive shipping price using the xml information?...
install new web application with new web.config settings
Hello
I like to know how other people are dealing with settings that are stored in the web.config and different versions of your application.
- Are you making a smart setup.exe that will update the web.config?- store settings somewhere else that's easier to update (where??)- other options..
Thanks for sharing!
Marco...
New ideas not so newName: Edward Morales
Email: edwardmoraleatgmaildotcom
Product: Firefox
Summary: New ideas not so new
Comments:
Here is a list of new tools that would make FF much better than IE6
1. Skins I love having mine charcoal color
2. Screen Capture methods, regional or whole page.
Or I just can down load Maxthon Browser.
Edward Morales
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to provi...
New Form
I need to create a form that will post to a different page outside of the portal Virtual directory, when I do this the form either postsback to itself or does nothing.
how do I get this resolved? I need it to be a form because I don't want the address to display the info..
Example Don't want www.mydomain.com/mypage.asp?data1=one&data2=two
Please helpKeith K. Kowalski
There are a couple of problems when trying to add forms to your aspx pages. First of all, the reason .NET is able to do all of it's fancy-schmancy event handling is through the use of a big fat form. ...
New Project or New Web Site
dear all,
as i am new to visual studio 2005 (and in general to visual studio) i am confused and do not where to start. please help me saving a lot of timeconsuming searching and reading just for the very first start.
i want to create a programme which receives the following data:
- SMS's via http-request or xml-webservice
- RSS feeds
data will then be processed and sent to an SMS gateway via http-request or xml-webservice.
the prog does not provide any websites to be accessed by internet community, maybe a small screen on the localhost will be provided (but i am currently n...
New to web services, why does PB10 web service proxy wizard say there are no services?here...
http://webservices.amazon.com/AWSECommerceService/205-10-05/AWSECommerceService.wsdl
oops typo...
still doesn't show any services though...
http://webservices.amazon.com/AWSECommerceService/2005-10-05/AWSECommerceService.wsdl
"Chance" <chance@booklog.com> wrote in message
news:43b44cb3$1@forums-1-dub...
> here...
>
> http://webservices.amazon.com/AWSECommerceService/205-10-05/AWSECommerceService.wsdl
>
Upgraded to 10.2x and now seems to be working...at least it created the
proxy.
"Chance" <chance@booklog.co...
new UsernameToken exception from web page that consumes web service using soap
I've the following problem, that is generating a UsernameToken in an asp.net page:1) a web service (.net 1.1, WSE 2.0 SP3) that requires soap authentication with myUsernameTokenManager implementation
2) a winForm client (.net 1.1, WSE 2.0 SP3) that consumes the web service passing a UsernameToken in the Soap messages.
3) a web client that does the same as the winForm client but with error when generating the UsernameToken to add to the SoapContext.
Here is the piece of code: UsernameToken tok = new UsernameToken(CurrentUser.Instance.UserID, CurrentUser.Instance.Password, Passwor...
Changing URL in web.config for web service
I added a web reference to asmx file.
In web.config - it adds -
undefinedadd key="CoreService.CoreServices" value="http://test/CoreServices.asmx
I then change it to
<add key="CoreService.CoreServices" value="http://test2/CoreServices.asmx"/>
But CoreService.CoreServices still looks for http://test/CoreServices.asmx. What else do i have to change?
I think CoreService.CoreServices are hard coded into the source code.
Girijeshhttp://www.girijesh.in/
I think CoreService.CoreServices are hard coded into the source code.
Girijeshhttp://www.girijesh.in/
So no ...
Write new email on a new tab instead of a new windowIs there a way to tell Thunderbird to open a new tab instead of a new
window when composing a new message?
gapka
gapka wrote:
> Is there a way to tell Thunderbird to open a new tab instead of a new
> window when composing a new message?
https://bugzilla.mozilla.org/show_bug.cgi?id=449299
Opened back in Auguts 2008. Still open.
They let you read in a tab but not write in a tab.
On 3/21/2014 1:31 AM, gapka <gapka@anonumous.invalid> wrote:
> Is there a way to tell Thunderbird to open a new tab instead of a new
> window when composing a new message?
Not at this time.
See https://bugzilla.mozilla.org/show_bug.cgi?id=449299
Personally, I hate tabs in Thunderbird. Love them in Firefox, but would
never use them in Thunderbird.
Am 21.03.2014 10:37, schrieb Tanstaafl:
> On 3/21/2014 1:31 AM, gapka <gapka@anonumous.invalid> wrote:
> > Is there a way to tell Thunderbird to open a new tab instead of a new
> > window when composing a new message?
>
> Not at this time.
>
> See https://bugzilla.mozilla.org/show_bug.cgi?id=449299
>
> Personally, I hate tabs in Thunderbird. Love them in Firefox, but would
> never use them in Thunderbird.
>
+1
Christoph
--
email:
nurfuerspam -> gmx
de -> net
...
Dispalying The New Resultset in a new Web Page
Hello All;
I face a difficulty in Datagrid Pagination with the new resultset (resulted from the original DataSet. As calling two different BindData procedures from the Page_Load() throws an exception. I prefer to display the New Resultset in a new web page. Could anybody help me doing that?
Thanks VWD2005...
New Project vs New Web site
What is main difference between creating a "New Project" then "ASP.NET Web Application" and creating a "Web Site" then "ASP.NET Web Site".
In the Project I can see that my code will always be in a seperate file, whereas with the Web Site, I have an option. In the "Project" I also have to add most of the items that I would like to include in my web site and with the "Web Site" option some of the most common items are already included...
When is it best to use which option?
Regards
Jan
The differences are explaine...
How to open a new web form in a new window?
How to open a new web form in a new window when we click on a button?
Ex: I Have a Webform1.aspx which has a button and a few other controls. When click on the button i need to open a small window with Webform2.aspx which has a few other controls, the user enters the data and clicks on ok when we need to save and close webform2 and go back to webform1.aspx. How to do this? Any suggestions will be appreciated.
Thanks.
Check out these articles:
http://www.codeproject.com/aspnet/Modal_Dialog.asp
http://www.c-sharpcorner.com/Code/2003/Sept/ModalPopupInASP.NET.asp
Darrell Norton, M...
Open a new web page in a new tabHello,
For the moment i use Crazy browser because in this software it is the only
one i've found to open a new web pas in a new tab. For exemple in the adress
bar I enter an adress, it's open in a new tab. I don't have to go in a menu
or to do crtl+T to have a new tab.
Is it possible in mozilla and how,
Thanks
V.
velf wrote:
> Hello,
>
> For the moment i use Crazy browser because in this software it is the
> only one i've found to open a new web pas in a new tab. For exemple
> in the adress bar I enter an adress, it's open in a new tab. I don't
> have to go in a menu or to do crtl+T to have a new tab.
>
> Is it possible in mozilla and how,
>
> Thanks
>
> V.
>
>
Install 'Tab Mix Plus' extension (https://addons.mozilla.org/firefox/1122/).
After installing extension , goto Tools>Add-ons>Extension>Tab Mix Plus
or Tools>Extension>Tab Mix Plus
click on "preferences" , goto Event > Tab Opening.
Under 'Tab Open from' , select 'Address Bar'
Hold down the alt-button, while pressing the return key....
Nir schrieb:
> velf wrote:
>> Hello,
>>
>> For the moment i use Crazy browser because in this software it is the
>> only one i've found to open a new web pas in a new tab. For exemple
>> in the adress bar I enter an adress, it's open in a new tab. I don't
>> ...
Difference between a new Project and a new Web Site
I am new to Visual Studio. I want to create ASP.Net websites. In the past, I have used sample web sites where I just open the web site from the file location. If I use new Project and select a C# web site application, I get a .csprog file. I noticed this does not function like the sample websites I opened earlier.
If I want to start my own web site from scratch, would I ever use new Project?
Why would I ever want to create a new Project, C# web site application?
What is the difference in using a new Project and a new Web Site?
If you click on new website it c...
New to web services...need help consuming web service
Hi guys. I am trying to use the NBA standing web service(developed by 4guysfromrolla) on my website and I cant seem to get it to work correctly. Its listed below. http://nbaweblog.com/nba/standings.asmx
Tutorial is on the below page--http://aspnet.4guysfromrolla.com/articles/111203-1.aspx
I made a web reference in my asp.net web project but when I go to create the object it gives me the
Type "NBA.standings " not defined. I am copying the code exactly from the page. I put the imports system.web.services at the top of the page.
This is my code from the page load event
Dim proxy As N...
new to web services with soap problems alreadyi am new to webservices and i am trying to connect to road
runner trucking to quote a shipment. i have generated the
proxy and the corresponding services and structures were
created successfully. i am getting a server exception when i
use soap to connect. i have talked with road runner tech
support and they inform me that the xml is malformed. my
question is how can that be when all i am doing is
populating the structures the wsdl supplied and call the
service? they are saying that the error is occurs at this
text "</m:COSSEND: 361 bytes". i might agree. it should b...
New Feature, New Week, New Test Day on July 31stThe turnout on Tuesday wasn't good. So, we're throwing another test day
this week, on Tuesday, July 31st. We could really use your help.
The former prototype event dialog has been promoted to be the new
standard event and task dialog for Lightning and Sunbird. The developers
are interested in feedback and bug reports of the test community to
improve the new dialog. Also, the new Lighting "today pane" has landed,
and we need your help testing it and the mail/calendar switch.
You can find all the information on our Test Day wiki page
(http://wiki.mozilla.org/C...
Changed ISP: New account settings, new account?? or new identity??I feel stupid asking, but I know the stupidest question is the one you
never had the guts to ask. So ...
I'm in the process of getting my email address changed, following the
take-over of my old ISP by a new one (i.e, Adelphia by Comcast). The
takeover happened some months ago, but I have been procrastinating,
dreading the job of notifying all the people and firms to whom I have
given my email address over the past six years, and from most of whom
I expect email at least now and then. I kept getting my email at the
Adelphia address, and there were no problems ... until last wee...
How do I get a new web page to open in a new tab?I have tab mix plus and session manager.
Thanks,
Mark
On or About 17 Feb 2007 08:32:19 -0800, Without Any Hesitation, And
Without A Second Thought, markls8 Wrote The Following:
> I have tab mix plus and session manager.
>
> Thanks,
>
> Mark
One way, right click and tell it to open in new tab.
--
Just West Of Nowhere
Enjoy Life And Live It To Its Fullest
http://www.NuBoy-Industries.com
2/17/2007 10:37:41 AM CST
--Sig_=f=MEgUqNXDjsfQd/rtlMGs
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
On Sat, 17 Feb 200...
New Project->Web -v- New WebsiteCan someone explain to me what the difference is between starting a new solution off via either of these two routes, as I am starting to get majorly confused.
New Project seems to result in a single assembly being built and shows Build <ProjectName> on the Build menu. However, the Publish Web option seems to show an unfamiliar dialog. Also the File->New->File... dialog seems to only refer to C#/VB where as the Add New Item (toolbar button) seems to give the expected Oxygene based options - all very confusing!?!
When debugging, the site shows up simply as http://localhost:2743/D...
New Web Site vs New Virtual Directory
What is the difference between creating a new Web Site and new Virtual Directory on IIS 5.1 or IIS 6.0?
I'm confused, because all of the projects I created using VS 2003 create new virtual directories, not new web sites.
Can I have a setup project automatically create a new Web site, not just a new Virtual directory?
Thank you,
Dawn
Dawn,
A new website is when you'd like to host a different domain or IP from IIS. Virtual directories are just subdirectories off of the website. For example. www.asp.net is a site in IIS, but, /forums is a virtual directory from the www.ASP....