First  |  Prev |  Next  |  Last
Pages: 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
Fastest way to upload images in c sharp
Dear friends Please tell me what is the fastest way to upload images in window application. Thanks in advance vinod kumar ... 16 May 2010 13:32
file zilla API to upload file
Dear friends How to use filezilla API to upload file. Please give me any link or required code Thanks in advance deep ... 16 May 2010 13:32
Dotnnetnuke 5.0 adding a new page
If you need the basics on how to add a new page to dotnetnuke you can follow this link, this is also a great website for more dotnetnuke information. http://www.hostmyservices.com/SupportPages/HowtoAddanewWebPage.aspx Thank you HostMyservices.com ... 13 May 2010 01:49
a css question for tabcontainer
I have a tab container on a page that has different controls on the the different tabpanels. I also have some css for the different panels. But my issue is the font when I have a textbox on the panel that is set to multiline. The font is not the same as the other controls. I remove the multiline textmode an... 12 May 2010 19:14
Encrypting external config section
With .net 4.0 can you now encrypt external sections using the Aspnet_regiis.exe tool? I know in 2.0 you couldn't <connectionStrings file="ExternalWeb.config"> Or is there is a good way to do this without having to write your own exe to munge the xml? thanks, ... 13 May 2010 06:07
Website with lots of lookup queries
I am developing a search web interface to query our database. My concern is that the project will have around 100 lookup queries whose values will have to be loaded into Multi-select checkbox components. I would appreciate any ideas on techniques that would reduce page load time as well as the re-opening q... 14 May 2010 21:36
Onchecked_change in gridview
I've a grid view with a checkbox <asp:TemplateField HeaderText="Attiva" HeaderStyle-HorizontalAlign="Center"> <ItemTemplate> <div align="center"> <asp:CheckBox ID="chkAttiva" runat="server" Checked='<%# Eval("Attivta") %>' oncheckedchanged="chkAtt... 11 May 2010 16:48
asp.net C# calling VB dll function
Hi All, I have a DLL created by VB.net with the following function: Public Shared Function Upload(ByRef thePage As Page) As String I have no problem calling from a VB.net ASPX page, but having problem with C# page with the following call: protected void Page_Init(object sender, EventArgs e) { string m... 11 May 2010 14:33
How to assign value of one column to another using Inline sql query?
I have a inline SQL query in a VB.NET. It is something like this... UPDATE EMPLOYEE SET NAME = ?, CONTACT= ?, OLDCONTACT = ?, This is working fine when i assign a value for each of '?' marks using SQLParameter. But here i need to copy one column's value into another column. Like I want to copy the value of CO... 11 May 2010 07:51
Modal popup with gridview row detail
Hi! I've show many example but I don't know how to apply solutions to my code: I've a gridview with a list of records, I'd like using a detail button, open an ajax modal popup with the detail (for update) of the row selected <asp:GridView ID="gvElencoAttivita" runat="server" AutoGenerateColumns="False" DataK... 16 May 2010 13:32
First  |  Prev |  Next  |  Last
Pages: 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55