Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. csdewan

    Web form to open in certain size browser window

    Hi all, I have created a web form to get some user information. What I want to do is when the user opens the form on the website it opens in a new window and sets the size of the browser window. Has anyone got any ideas on the best way to do this? Thanks
  2. csdewan

    display a message in a new window on a button press

    Hi All, I have created a web form to collected some information from user and then send the data via a System.Web.Mail.MailMessage on the submit of a button. The question i have is that i also want on the submit of the button to display a message in a new window telling the user some...
  3. csdewan

    Problems with moives in sharepoint

    Hi all, I have been puting some movies up on the sharepoint site for training and i keep getting this error. I cant seem to reslove the problem. 80040241: Cannot perform the requested action Has anyone got any ideas. I have look on the net and have not had any luck with this one i am think...
  4. csdewan

    send a feeback results to required user and an email to user

    thanks thought i had to do something else to get it to do that. Thanks
  5. csdewan

    send a feeback results to required user and an email to user

    Hi all, i have created a feeback from and get it to send the results to the required person via Dim mailMessage As System.Web.Mail.MailMessage = New System.Web.Mail.MailMessage mailMessage.From = EmailBox.Text mailMessage.To = "your@email.com"...
  6. csdewan

    wrapping up an asp.net page and styling the page

    Thanks, Will style it up in dreamweaver. yeah im using VS. I go to build the application but not sure what i should be doing. Where does it go. Does it create another file in the wwwroot. Is there a certain way in which i should build the application in vs any help would be great. Thanks.
  7. csdewan

    wrapping up an asp.net page and styling the page

    Hi all, Got two questions. First is whats the best way to build a asp.net application so that i can put it in to iis for testing. i.e are there just a few files i need to take with the page or is it better to wrap it all up? The other question whst is the best way to style up an asp.net page...
  8. csdewan

    TextBoxes All in the Same mailMessageBody

    Hi, I have a few TextBoxs in a form i have created. I would like the TextBoxes to all link together in my mailMessageBody. At the moment i have mailMessage.Body = TextBox1.Text but i would like the other TextBoxes to be added to the same MessageBody. I cant remember how to get the TextBox to...
  9. csdewan

    New to ASP.NET need to send my form by email

    Thanks that is a great help. Does anyone know the best way to gather the information from say a few text boxes and so that it can then be sent in an email. Do i need to get the information in the text box to write to a list or label first then email that using System.Web.Mail.MailMessage. Thanks
  10. csdewan

    New to ASP.NET need to send my form by email

    Hi, I have created an asp.net form that will caputure users inputs ie. name, address etc. I would now like to send all the data the form captures in an email. Do i have to use the SMTP mail component or is there another way. Do i link this to my submit button as well. Bit unsure here any help...
  11. csdewan

    Want to change a wws site to a different owner

    Hi, I am wanting to change the owner of a wss site that i have create, do i have to do this on the wss site and if so how do i get to it. Or do i have to change this in the sharepoint portal. Thanks
  12. csdewan

    Let user edit and delete portal listing

    Yeah it is good to see that im not the only one who has had this problem. Thanks. Hopefully someone will have an answer if not then hopefully they have fixed this problem in the next version.
  13. csdewan

    Let user edit and delete portal listing

    Hi all, My problem is I would like user to create, edit and delete their own portal notice/news listing but I can only get them to do this if I give manage area rights. I was able to do it in a wws site with out giving them manage area rights, and pick if i want them to edit, delete etc.. I...
  14. csdewan

    Creating a web form in .net to send via email

    Just want the email to have the actual details they have entered into the form.
  15. csdewan

    Creating a web form in .net to send via email

    Hi All, I’m wanting to create a form on the web in .net that lets user enter relevant data into it and then it sends the data via any email to the relevant recipient. Was wondering what the best way would be to do this? Any pointers or website or tutorials that anyone has used would be a...
  16. csdewan

    Editing/Changing Sharepoints Webparts

    Hi all, Been working in the sharepoint environment and was wondering if anyone has been able to access the webparts that are in sharepoint to edit/change them. The reason I am asking is because I want to be able to make changes to the webparts to make them meet my users’ requirements as they...

Part and Inventory Search

Back
Top