Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~543 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Ptero

We're using a lot of typed datasets in ASP.NET application, most of them have many tables+adapters and each table has some functions that call Oracle Stored Procedures. It works using System.Data.OracleClient. Our purpose is to make a migration to ODP.NET ( Oracle.DataAccess ). If i build a new typed dataset, …

0
63
Member Avatar for Ptero

I have an ASP.NET application that generates Excel files that should be downloaded by user. These files contain some VBA code that is added with oWB.VBProject.VBComponents.Item(i).CodeModule.AddFromString(s). The "Trust access to Visual Basic Project" in Excel > Tools > Macros > Security is checked. The "Network User", "ASPNET", "IUSER", "IWAM" users …

0
71
Member Avatar for Ptero

Hi! I have a server-side button_Click event handler that generates an Excel file and downloads it to client with Response.AddHeader(...); Response.TransmitFile(); I want to refresh a page after the download is complete, but i don't know how to do it - things like ClientScript.RegisterScriptBlock(..., "alert('hi');"...) don't write anything to the …

Member Avatar for Ptero
0
316
Member Avatar for dougancil

I am trying to write a page that requires a Pass/Fail for conditions that are done everyday and then posting them to a database. The problem I'm having is the validation of the checkboxes. Find the code below: [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta …

Member Avatar for Ptero
0
93