Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top .Net Editors & IDEs Solutions: 151 - 175 of 226
 
I want to "refresh" or "redo" a drop-down list's data when information changes. So in my example, this drop-down displays all the serial numbers of a bunch of computers. When a computer is ...
Has anybody worked with this class?  I am very new to the whole topic and hope to hear that soeone has worked with this class, and can provide me some general guidance in using it. Hope to ...
In the code below I need to response.Write nothing if the protected string strAgentDirect  is null, "", or len < 7 Response.Write("                   " + strAgentDirectTxt + strAgentDirect ...
Hi, Can anyone help me figure out as to how can I mask a cell to only include decimal value to 9 between 0 and 1. for ex : 0.000000001 to 0.99. Masking doe s not seem to work.
I am trying to change a target of a form on a page on post back.  The target of the form are 2 iframes.  I want to fill the first iframe in the first postback and then fill the second iframe o...
Hi all, The report I am working on needs a feature where the user can delete the comments that are on the report. Basically a button functionality... Some had used a textbox to look like a ...
I have a list of checkboxes that are dynamically created, there could be anywhere from 0 to 1000+ of them. <asp:CheckBox  id="check"  runat="server" /> Also, I have a submit type button <...
i recently configured a new server with W2K3, IIS6, NET2.0 I use FormAuthentication with custom authentication (i.e. redirectFromLogin... ) I cant login to the server although the same c...
yes I like to add paging to a repeater control, this is a little different to add paging to a Repeater than a Datagrid.
Thank you in advance, I am getting the following error when creating a new web page project, and saving it on a share network folder vs my C drive. ======================================...
Hi Is it possible to add a link to a word document in a XML comment in .Net.   So when building XML help document with sandcastle it will add a link in the help file that will open a word ...
Im mearling looking for guidance, not someone to do the code for me, i just started coding vb a couple of days ago, ive odne my hello world, i even made a form that works with an access databa...
Trying to figure out why this is bombing in the btnClick event. sub name() blah...blah...blah...  Dim cbb As String = If(chkBeach.Checked = True, "1", "")         Dim cbg As String = If(...
Hi there, I am trying to call a server app from a .net webpage but this doesn't seem to be working. I've tested the code on a windows form app and it works great, but I'm not sure why it do...
Brand New to C#...VB guy I need the statement below to handle null I assume the != meand <>?  Can I just put != null ?? if (strMLSNone != "1" )             {                 Respon...
Hi i am trying to access a public folder of outlook from my .net consloe application.I am trying to shedule it to run daily.Everything is fine.Except i am getting an alertbox asking do you wan...
Hello, I'm trying to iframe in a paypal page so my client can view orders that are paid and then perform some other actions with controls I have made. This should be simple... iframe in the pa...
since web user controls are ascx files and they don't seem to compile, how do you create a web user control library which I can use with other projects?
Thank you in advance, I am new to SQL Server. I am developing a web interface to a SQL Server database.  Because of the type of business I am with, people are hired or terminated almost in ...
I'm very  new to design patterns and using a factory to instantiate objects which inherit an interface. Could someone give me a simple example to show how to create a factory, and defer ins...
What is the best approach for maintaining lookup tables in an app? The user wants a screen were they can add/edit lookup table values. What controls should I use for this? How to go about it
Is it possible to do a form post in code behind?  I have an ascx control with page.ascx.vb and want to reuse a contact us page to do a form post to a vendor php page.
ok i need to take a given number and round up to the next 5 or 0 value example Max range 97 should be 100 example min range 97 should be 95
Hello, My situation. I am using HTML-PDF dll to create dynamic pdfs. The HTML called by the pdf converter is protected with authorisation so only logged in users can view  PDF's (eg invoice...
I have a job that needs to run while I'm not logged on the server. Someone has suggested I write a window's service. 1. Does this sounds like the right approach? 2. What account should the ...