all groups > asp.net > july 2007 > threads for wednesday july 25
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
VeriSign Dll
Posted by Smith at 7/25/2007 10:11:52 PM
Hi!
What is the library that I need to reference for creation of this object
"PFProCOMControl.PFProCOMControl.1" ?
Regards.
... more >>
detailview insert if there is no record
Posted by Ganesh at 7/25/2007 8:06:14 PM
Hi There,
I use detailView to edit, insert and delete data. It gets value from
datagrid.selectedvalue. How can i insert a record initially. If there is not
any record in the grid, still i would like to have Insert from details view.
can i do this, please advise me
Thanks
Ganesh
... more >>
Project from a Project "template"
Posted by Tina at 7/25/2007 6:00:23 PM
I have a project that I designed to be a "template" for other projects. It
has all of the authentication and security functionality but is otherwise an
empty project.
How can I create a new project from this "template" ? Do I have to create
an empty project and then import everything? I'... more >>
validationgroup property origin ?
Posted by fredd00 at 7/25/2007 4:52:11 PM
Hi
I'm wondering in which class or interface the validationgroup property
originates.
i have created a web user control that uses the validation group
property on textboxes, dropdownlist, validators etc..
the problem is that on my page i have to put 2 of those web user
control
when i subm... more >>
Digesting a Doc file
Posted by Tina at 7/25/2007 4:49:02 PM
I need to process an uploaded Microsoft Word Doc file by striping out words
and phrases and putting them in strings to do full text searches on. Are
there any objects available for .Net 2.0 that will process a .Doc file?
Thanks,
T
... more >>
Is there anyway to prevent ObjectDataSource query the database when the page opens?
Posted by Max2006 at 7/25/2007 4:03:48 PM
Hi,
I have a search result GridView bound to an ObjectDataSource. Once I open
the asp.net page, the ObjectDataSource automatically refreshes the GridView
which is the default behavior.
I am trying to disable automatic query feature in ObjectDataSource, such
that it query the database onl... more >>
ASP FSO File Name Problem
Posted by KEN at 7/25/2007 3:55:32 PM
I have a script that reads a directory and creates a xml doc based on
that directory. I just got the file count and walked through it adding
lines to the xml.
I used
While int(filecount) >= b
xml_to_silo_string3 = xml_to_silo_string3 & "<FILE" & b &">"
xml_to_silo_string3 = xml_to_silo_s... more >>
Can an ASP.NET application running on WinXP+IIS5 access to SSRS web service?
Posted by Max2006 at 7/25/2007 2:53:32 PM
Hi,
I am developing a web application on windows XP. A page within my
application needs to access to SSRS running on the same machine. Once the
web application tries to consume the SSRS web services, I receive the
following error:
System.Web.Services.Protocols.SoapException: The permissi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Cache Expiration
Posted by at 7/25/2007 2:01:31 PM
What is the default expiration policy for Insert(key, object) ?
... more >>
custom datasource control
Posted by rodchar at 7/25/2007 12:24:00 PM
hey all,
you know how asp.net 2.0 has the sqldatasource and objectdatasource controls
you can drag on to a web page well i saw an example that had a custom
datasource control on the page and was wondering where do you drag that from?
<A
href="http://www.codeproject.com/aspnet/IHierarchySup... more >>
Unable to post to this group
Posted by Froefel at 7/25/2007 12:22:17 PM
This is the second time in a few weeks that I write posts that never
show up in the group.
Is there something wrong with this group? Does anyone have similar
experiences?
What are you all using to read and write posts in news groups? I use
Google Groups but I'm getting suspicious of its quali... more >>
enumerating through page.controls
Posted by param NO[at]SPAM community.nospam at 7/25/2007 12:08:50 PM
Hi all,
I have an asp.net 2.0 web app that has an aspx page that has a Master page.
The Master page has the <form runat="server"> defined on it. Now the aspx
page has a UserControl that has a bunch of fields and fieldvalidators.
Inside the code behind of the ascx usercontrol I am trying to ... more >>
GridView - Retrieve invisible column information
Posted by Mel at 7/25/2007 11:56:07 AM
I have 10 columns total. 3 of them are invisible. The rest are read-
only BoundFields, 3 of which are editable fields using
TemplateFields. Upon editing, I want to validate what the user enters
against one of those invisible columns. How do I accomplish this?
The code below that I attempted ... more >>
How can I get the name of my script?
Posted by at 7/25/2007 11:44:58 AM
I need to obtain the name of my aspx script from within the
script. I am developing a web counter, and I need to log
the visitors into a file which has the same basename as the
script?
Thanks.
... more >>
Firefox refreshing unexpectedly
Posted by Howard Swope at 7/25/2007 11:13:38 AM
I have an ASP.Net 2.0 web site that I am testing against firefox (Everything
works right in IE).. My site has a navigation framework setup with master
pages and it ues the menu and tree controls. There are buttons on the pages
that when clicked call functions that change the apearance of the n... more >>
Httphandler for images - displays properly but unable to print
Posted by Krushna at 7/25/2007 10:58:34 AM
I used httphandler for restricting images being displayed for
anonymous users and it worked fine and gets displayed as expected. But
the image does not print when printed through the browser.
technology used - .net 1.1 / vb.net
Thanks for the suggestions and replies.
... more >>
RadioButton Control
Posted by Ace at 7/25/2007 10:50:01 AM
Hello,
How can I make RadioButtons to display all in the same row? It looks that
one Radio button per line by default.
Secondly, I was wondering if there is a way to fire up Javascript when a
Radio Button is selected. For example, depending on which Radio button gets
selected, I need to sh... more >>
Controls accessing outside tags
Posted by tshad at 7/25/2007 10:49:54 AM
I have a page where I have the Body tag set up as:
<body id="myBody" runat="server" >
This allows me to set the focus to different attributes on my page. I have
all my Body tags set to this.
I just tried to strip out the main part of the page and make it a control
(to allow different l... more >>
Any performance variations between dataset and xmldatasource control?
Posted by Showjumper at 7/25/2007 9:36:07 AM
Is one better than the other with handling xml files?
Ashok
... more >>
ASP 2.0 GridView using Hyperlink problem
Posted by Ralf at 7/25/2007 9:06:49 AM
I need to use a gridview that has a hyperlink as one of the fields.
The fields need to be databound. When the user presses the hyperlink,
I do not want to navigate to another page. I want to store the ID of
the row. The user will then use buttons on the page that represents
what they want to ... more >>
GridView, converting to object
Posted by Doogie at 7/25/2007 7:19:10 AM
Hi
I have a gridview on my web page and I bind it to an object of my own
creation. When I click a button on that page, I want to get the data
from that gridview and cast it back into that object I created and
start to do work on it. I tried something like this:
List<MyObject> myObject = (Li... more >>
XmlDataSource
Posted by Flyguy at 7/25/2007 3:12:02 AM
I am using an XmlDataSource to modify data in an xml file located on my web
server. I want to be able to rollback changes made to the XmlDataSource
since the last time I used the save method. How can I do this?... more >>
Getting soap request before sending message
Posted by Jens at 7/25/2007 1:56:45 AM
Hello,
I have some code that calls an external webservice. To debug I want to
get the Soap message before it's send to the webservice. Is there a
way to get the soap message?
Some example of my code:
Dim iEx As New MySoap.TInfoEx
iEx.Value1 = 1
iEx.Value2 = "Value"
Dim Result() As My... more >>
DataGridView Question
Posted by S Chapman at 7/25/2007 1:55:33 AM
I have a DataGridView on my page that uses Template Fields for some of
the cells. One such cell has a DropDownList as a control on the
EditItemTemplate. The user using a button on the page can add items to
this drop down. I am unable to get a reference to this drop down list
on the "template" so... more >>
Pushing data into a Control with out Ajax
Posted by Umeshnath at 7/25/2007 12:42:02 AM
I have a web application, it is running and have control (.NET control
/Activex) which has to capture data from other application probably windows
application.
The data send by the windows application has to read by web application with
out the page refreshing or using AJAX.
Is there any... more >>
Button skins
Posted by David Kempler at 7/25/2007 12:39:44 AM
Where can I download button skins?
... more >>
Error to connect to SQL Server...
Posted by LamSoft at 7/25/2007 12:00:00 AM
My page is not using a database but the asp.net is trying to connect to =
the sql server....=20
I didn't see any code from stack trace is going to connect the sql =
server, and who call the =
"System.Web.DataAccess.SqlConnectionHelper.CreateMdfFile" to raise this =
error... thanks.
An error ... more >>
How to program add BODY Attributes
Posted by jiatiejun at 7/25/2007 12:00:00 AM
I want to add BODY Attributes
example:
from <body> to
<body leftmargin="0" topmargin="0"
or
from <body> to
<body onload="window_onload()"
how to set the BODY ?
thanks
... more >>
|