HI all,
Web app I'm working on is creating a PDF file, and now I need to open it in the browser.
I know I could probably use Response.Redirect("FileName.pdf"); but I need the pdf document...
I have a Telerik Tree and a Telerik Editor in the adjacent window as seen in the first picture below.
When the 'ToggleFullScreen' button is selected the editor expands as it should but th...
Hi,
I have a asp.net masterpage on which i've added a control that i use to display message such as "saved sucessfully" or error messages. Usually, when the user click the save button for ex...
Hello Experts
In my ASP.net application I am using Words interop DLL to export word documents to the PDF.
Its working ok on the development server perhaps because I have Office 2007 alr...
I've placed the AJAX Calendar Extender into a Repeater. When the onClientDataSelectionChanged event fires, I need to pass into the script several parameters that are specific to the Repeater I...
I have AJAX Enabled asp:TextBox
I have a "Search Icon - Image" and Watermark Letter "Search Member" inside the asp:Textbox
Now i need to implement "Onclick Event" or Clicking that imag...
I have the following error:
Exception Details: System.IndexOutOfRangeException: An SqlParameter with ParameterName '' is not contained by this SqlParameterCollection
Line 256: // ...
i want create Dynamic Table in asp.net
like i create div
newHTML = '<div style="padding: 10px; background-color: White; border: 1px solid #888;">';
newHTML = newHTML + '<div style="font...
Basically as the title says i have an arraylist with a bunch of values and just need to know how i can check if a string exists inside the arraylist I'm currently using contains but that is no...
Nice easy one for someone!!
I need to make an asp.net table cell bold but I cannot find the exact syntax, please can you help.
I am using vb.net
Hi,
I am using a strongly typed dataset in visual studio to update and retreive data from an oracle database.
In a table in the database, I generate the primary key using a trigger and a...
Is it possible to check if the sql query is null before displaying a gridview is Asp.Net?
Thanks
Hello
I have a very simple webapp that runs fine from the localhost (via IIS 5.1) on my machine. I copied this directory to another server and recreated the virtual directory there ( IIS 6). ...
I am populating a datasource based on a search query on the page_load event and im binding an aspxgridview to the datasource. it works fine just that paging, filtering and sorting doesnt work....
Hi,
I have a textbox and a button in a gridview (on every rows). See the definition below. I'm able to get the button command argument when use click on the button using the gridview_rowcomma...
I need help to
-Limit the Number of lines on a Textbox with multiline, & just incase the user copies and pastes with his/her mouse i think a validator to check the number of lines allowed wi...
I've tried several variations of the code below, however the word document always opens in the Word and not the browser, ie6.
Greetings, all. I've run into an issue by which my end-users are unable to print from an SSRS report viewer control without first mucking about with the page size or scale. Is there any way t...
I have a C# web form that uses asynchronous socket (BeginReceive-EndReceive) connections to an inkjet marking system and have been tasked with making it a web service. I am confused on how t...
I'm using an asp.net ajax collapsiblepanelextender control on my web page. This control expands by clicking a link, which is located inside of a separate panel. When the user initially visit...
Hello,
I have a web page which needs a list view box.
How do I create this in the markup and call it in the code behind?? I simple example would be great and then I can build on it. Th...
Hi all,
Creating an asp.net website (C# code behind) using visual web developer 2008. I am using Microsoft's AJAX Extensions, but I am NOT using the AJAX Control Toolkit. I am using the f...
Hi,
I've a GridView at my site I fill with a DataTable.
Now I need to call a code behind when a row is clicked.
As I think is much more work to make it clickable by row it would also help...
Hello Experts:
I have a dropdownlist in a gridview (appears at edit mode), this dropdownlist is bounded to the same database that gridview is bounded to.
on the preRender event of the dropdo...
I hope this is easy...
In a GridView I have a CheckBoxField, "Active" and a BoundField, "keyJobTitleID".
I need the "Update" to remove the value (set to NULL) in JobTitleID if the check...