Looking For Vendor Template?
Sep 9, 2010Does anyone know of a company to purchase a template that vendors can advertise, upload info. My site is built 3.5 2008 .net.
View 4 RepliesDoes anyone know of a company to purchase a template that vendors can advertise, upload info. My site is built 3.5 2008 .net.
View 4 RepliesI have a table that has three fields that hold the ID for vendors.They are vendor1, vendor2, and vendor3.These link to my vendor table on the ID.I want to select all three vendor names from the vendor table. when i do the following, it returns nothing
[Code]....
I am new to web forms programming, I have read a book on html and css and I understand enough to be dangerous. I have a form with with a main <div> and using a css style sheet and an ID I have it set to position: relative. Within that div I have a second <div> set to position: absolute. The I placed it where I wanted it and added a gridview. The GridView has a commandfied with a view button. When the button is clicked a panel appears below and display's form data. Note: the Panel is wrapped in an UpdatePanel Where the trigger is the command button in the grid above.
In the panel I have a <table> that is 4X10 I have it layed out where there is text to the left and the a label in the cell next to it. That seems to look ok. Here's a link to the html source [URL] What I cann't figure out is how to get the three vendor labels to be layed out in a horizontal line. I would like them to be displayed spaced apart. I could provide a layout via a pdf if anyone wanted to see it?
Our internal HR application is developed by the vendor, but I've been given a requirement to change the behaviour of a certain piece of functionality without their assistance (which I don't want to do, but am investigating...). The functionality in question is an .ashx page which does a number of database lookups, and is called via javascript functions on a web page. We want to add one further database lookup.
We have control over the javascript code, so that's not a problem, but the code for the .ashx page is held in a compiled assembly. I've found where it is, and looked into it using .Net Reflector. Reimplementing the methods involved wouldn't be difficult, if it were technically feasible.
Can I create a new assembly, paste the source taken using Reflector into it, make my modifications, add the DLL to the application, and then set up a new .ashx to refer to it?
The bits I'm worried about not being possible are:
The code refers to some vendor classes held in other assemblies; can I just add references to those assemblies in Visual Studio to allow it to compile, and then when it's compiled and put on the server it'll all work?
Will I have trouble getting the web application to accept the new DLL, given that generally this application is not something we make changes to ourselves?
EDIT:
Some clarification: I'm not actually planning to replace the vendor's DLL with one of my own, that does sound like going a bit too far. Instead, I would make a new DLL with just the one function in it I need (based on stuff taken from the existing DLL using Reflector). I'd need that code to reference other utility vendor code so that it can get at classes needed to access the framework. I'd make a brand new .ashx page to serve up the code in the new DLL.
Luckily after all this I'm off the hook, because my customer agrees that things aren't desperate enough for us to attempt all this!
I have an extranet site (asp.net), we want that if an employee click on the link, it will automatically get them in. But if an external user does it, they will be redirected to a login page.
is it possible? how to know if a request come from internal user (employee) or external user (vendor).
I have a formview with various templates set up for a database that has 255 columns. I need the insertitemtemplate to pre-fill values based upon a specific selection by the user (just like the edit item template) but when the template is switched to insertitemtemplate every text box is cleared. The idea is that a new entry is usually made by making minor changes to an existing entry. With 255 fields I don't want to require the user to enter every field when only three or four need to change.
View 8 RepliesI have a gridview which the columns are created programmatically.
When a button is click i will clear all columns and add the columns that I want. Im adding a boundfield which is not a problem. When I add a template field, I must add also the item template which is my problem.
How can I add a item template in the template field I created which is binded in my datasource. Also what event handler should I use to do this.
Here's the part of my code:
[Code]....
Someone know how can I bind a label item template from the datasource. The label item template should be firstname + middlename + lastname.
If im not doing it programatically, it will be just concatenating eval(). But how can create item template and bind it programmatically?
I have one page that I always want the anonymous template to be displayed regardless of whether or not the user is logged in.
View 4 RepliesSetting up the editItem template of a gridview. I have a template field with a dropdown list for editing. When the gridview goes into edit mode the dropdown list is displayed with all the right options but the current value of the field (pre-editing) is not the selected value of the dropdown list? How do I make that happen? I have a couple fields where the editItem template will use a dropdown list and I'm sure a user will not realize those values have changed and they will just edit what they intended to edit and save the changes, inadvertently also making changes to other fields.
View 3 RepliesI have sub classed a asp repeater similar to A Grouping Repeater All works fine apart from if I also have a <HeaderTemplate> </HeaderTemplate> The grouping template is rendered before the header template. I would really like to either be able to choose the order in which the templates are rendered or just have the <GroupTemplate> Rendered after the header.
View 1 RepliesI am already using it but i am not clear about it.
View 3 RepliesI've a template in .zip format and wanted to add this template in "My Template" list for web based application.
I tried to copy this template to - C:Documents and SettingsusernameMy DocumentsVisual Studio 2008TemplatesItemTemplatesVisual Web Developer but it does not work but i can see my template for non-web based project.
i am implementing a update query module.i am displaying all fields from a table for a term searched. well now i am implementing update option for the record which are displayed, i have like 70 columns in my table, and i want to know how to restrict some selected fields to be only read only while the form can be updated ?Like if user select to update a record then some selected field such as "Timestamp, UID etc some selected fields" remains READ ONLY !
View 1 RepliesI create a static website , but i want to master page, i select one flash template but i dont how to edit flash template.
View 1 RepliesI have created 3 tabs in first and second tab DIV I have Asp.net FormView, on Second tabs I have Asp.net GridView. On GridView we have edit link on each row of grid. Now issue is that when i click on edit link of grid Template of grid will change to edit template but tab automatically goes to first tab. I need it should remain on second tab where grid is there I try to use select on clientclick My code as followsThis is under document ready
[Code]....
This is under another script
[Code]....
This is grid in aspx page Where you can see on line 18,19,22 and 23 I am calling onclientclick select()
[Code]....
We have a fairly large public website and have recently redsigned it with a new layout. The problem now is that with our redesign we find ourselves constantly hardcoding the html layout for all of our pages. This is clearly not the best solution.
My question is what are some options on ways to share/inherit, in a sense, a web template that all our ASP.Net projects can pull from for the layout. Specifically the HTML side of the layout. Any changes made to this template will update all web sites that use it. I'm sure this exists but do not know how to approach it.
Is it possible to set ITemplate property of the control in cs file ?
In aspx file I can do it by for example:
<MyControl>
<MyTemplate>
<div>
sample text, other controls
</div>
[Code]....
i want to create dynamically inside a datagrid templatecolumn some buttons and i wonder how can i refer to them from the vb code..
View 9 RepliesThis is a continuation of my other thread. Because of a slight shift of topic, I opened a new thread.I am generating my XML using a template. This thread is about getting the template to work, if you can help me - please don't suggest generating it another way. I would like to understand how this works and how to fix it. Alternative ways have already been discussed in the other thread.
Code:
<?xml version="1.0" encoding="utf-8"?>
<XML>
<Header>
<From>from</From>
<To>from</To>
</Header>
[code]...
Im reading through a study book "Wrox - beginning ASP.NET 3.5" the first part tells me to open up and select "Website" template ... but there isnt one! :S
There is only "Web application" "web service" and a few others ... but no web site template. .... is the web application the same as the website template?
I am developing Asp.Net C# project. I need to prepare documentation for that. Which include Architectural Design,Database and Class diagrams for our project. I searched many sites but I didnt find any perfect template for it. i want to find nice template for the documentation.
View 2 RepliesSay I have a DisplayTemplate called String.ascx and all string properties get rendered using this style, even if I don't have a UIHint attribute on the model class.
Now, I want a way to say..
'for this particular string property, don't use the template and render normally'.
I don't want to create another template with a default rendering.
So is there any [UIHint(Ignore)] or some such way?
is there any template language for ASP.NET MVC like JSTL and OGNL?
View 3 RepliesHas any one ever downloaded and made use of the mvcContrib template gallery for asp.net mvc. I cant find where to download the templates from and there is no documentation for how to use it?
View 1 RepliesHow can I right justify the contents of this GridView ItemTemplate? I don't see any alignment properties in either the Template or Hyperlink controls.
<ItemTemplate>
<asp:HyperLink
ID="HyperLink105"
runat="server"
Text='<%#
Eval("Name") %>'
NavigateUrl='<%#
"http://www.abc.com/catlg/" + Eval("Page")+".htm" %>'
Target="_blank"></asp:HyperLink>
</ItemTemplate>