Hi friends, how can i send long data in query string???? Query string data length is around 6000 character,,,,,Here i know the limitation of query string..... can i use any different way to implement this task....I have to send data in query string only. Because this thing i have to do in different domain like yahoo to gmail. thanks, Hemant Patel
Hemant_ec48
Posts
-
how can i send long data in query string -
Copy file from from one folder to another folder with renameHi. i have one folder ABC --1.txt --2.txt I have to copy this file to another folder XYZ --11.txt --12.txt how can achive this task in vb.net.... Regards, Hemant Patel.
-
Read from text file & store in DB...Best way to implementYa Abhi... Text format is like Hemant|Patel|03ec48 ABHI|JANA|03ec49 Like that .... I request you to Please if you have any document regarding this plaese send me link.. Regards, Hemant Patel.
-
Read from text file & store in DB...Best way to implementSorry My friend for let reply but i was busy in meeting.... Should i use SSIS from this task... If I create one DTSX Package And if i use that Package from SQL Job I do not have Proper Idea Regarding this ..... But I am getting one advice to implemet this one.... If you have any idea regarding this than Please help me....
-
Read from text file & store in DB...Best way to implementHi... I have to read one Text file & i have to store content of text file into Database. Which is the best way to implement this task. Because text file will update each & every midnight. I can create one windows service which will run at specify time and store content in the DB.... Is there any other way to implement this task except windows service??
-
Postback causing problemAfter uploading you clear the value of file upload control..... In UI part hope so validation should be there in such a way that it should not allow user to upload file before selecting
-
Access frames on different domain from FramesetOne page containg two frame....with help of SHDocVw.InternetExplorer object i have to excess second frame. Problem is that when try to loop through below code Dim HTMLDoc As mshtml.HTMLDocument HTMLDoc = oIE.Document For i As Integer = 0 To HTMLDoc.frames.length - 1 Dim f1 As mshtml.IHTMLWindow2 = CType(HTMLDoc.frames.item(i), mshtml.IHTMLWindow2) MessageBox.Show(f1.document.body.innerHTML) Next while access through second one it gives me that "Access is denied." after searching i come to know that this is happen dur to cross page scripting of frame.... here i have see that second frame point to different domain. is there any solution for this problem....??? thank you.
-
how to get Status bar URL valueHi friends, In my application from windows form i am going to open one URL in IE...in that web page[PAGE 1] after passing UserName & password it will redirect to other page[Page 2]....that page contain IFrames.... Now from that page i have to redirect to another page[PAGE 3]... but URL of Page 3 is different.. I mean to say if Page 2 URL is https://www.google.com Than Page 3 URL will be https://www.abcgoogle.com....but due to Iframe when i redirect from page 2 to page 3 address bar url will not change due to Iframe.... Now when i am on Page 2 when i mouse over on link button(which redirect me to third page)...at that time on status bar it is display this URL(https://www.abcgoogle.com) Now my problem is From page2 how can i get status bar value??? so finally i redirect to third page..... REgards, Hemant Patel.
-
How to get statusbar URL valueHi friends, In my application from windows form i am going to open one URL in IE...in that web page[PAGE 1] after passing UserName & password it will redirect to other page[Page 2]....that page contain IFrames.... Now from that page i have to redirect to another page[PAGE 3]... but URL of Page 3 is different.. I mean to say if Page 2 URL is https://www.google.com Than Page 3 URL will be https://www.abcgoogle.com....but due to Iframe when i redirect from page 2 to page 3 address bar url will not change due to Iframe.... Now when i am on Page 2 when i mouse over on link button(which redirect me to third page)...at that time on status bar it is display this URL(https://www.abcgoogle.com) Now my problem is From page2 how can i get status bar value??? so finally i redirect to third page..... REgards, Hemant Patel.
-
Architecture for Role based ApplicationsHi... See class and everything you can design as per your requirement. I am giving answer to your last question.... while binding grid or dropdown each time u have to pass RoleId....& based on this role id only you fetch record from database only.... Hope your DB design will be fine so that u can use this roleid with inner join to other table. but you do everything at db level only... so if different different user will login they can see their related data only.
-
dynamicaly adding check box's gridview in asp .netOk.... you mean to say abc.ASPX User_1 User_2 User_3 User_4 xyz.ASPX User_1 User_2 User_3 User_4 pqr.ASPX User_1 User_2 User_3 User_4 So if you select User_1, user_2 for abc.ASPX than this two user can see abc.ASPX To implement this one with help of Gridview is to much lengthy process and time taking...because after selecting you have to store this data to Database.... also While binding this grid view if user have already rights for this page at that time u have to make them check at first time of page load. Ao at time of saving you have to check whether user have already rights or not. Better solution is to use two list box First listbox contain all page name and second Listbox contain all the use name....after secting page name on selected index change event u can fatch all the records from the DB for users....and on click of submit you can easily identify this one.
-
[Message Deleted]y u post ur question again & again???... Please clarify you requirement in detail.
-
dynamicaly adding check box's gridview in asp .netcan you please more clarify your requirement....as you want to display XX , YY , ZZ horizontally?? what is the purpose to display like this....and after display you have to select or not....which event you have to fire???
-
Cursor re-positioningfor this u have to set focus property of the control in second row....
-
Tabbing through datalist itemsHi... I think it should take it automatically..... If it is the case than you set one global variable and in ItemDataBound just get object of each and every control & u can set tab index=global_variable value for this controlobject. after setting tabindex just increase the global variable value to 1.
-
ViewState Probelm in GridViewHi christian, i have already disable view state for some of the column in grid view. After binding gridview i am reading one by one row and each and every row i am go thorugh cells one by one and disable this cells enableviewState property to false. in this way if i am doing than it is reduce viewstate from 32kb to 27 kb. but problem is that first method fetch 250 records and i am storing this records in viewstate for later paging & sorting & in second method i am fetch first 10 records and storing this record in view state for later sorting only. when i click second number in paging than i am fetching record from 11 to 20 and storing this one to view state. just my problem is to when i see view source of aspx page at that time in both the case it showing me viewstate size as 27 kb only.why it is not reduced...???? In first case i have store 250 rows while in second one i have stored 10 rows in view state.. Regards, Hemant Patel.
-
ViewState Probelm in GridViewHi ... I have bind one gridview with 2 different Method. Total 250 records are there. In first Method I fetch all 250 record in dataset and bind in Gridview with EnablePaging = True. Mean while i am saving this dataset in view state.Here grid view show only 10 records per page. So now when i see page source it display size of view state around 28 kb. In second method I fetch page wise record from DB. Means for 1st page i am fetching 10 record. and storing this dataset(with only 10 records) in view state for sorting. Now when i see page source it display the same size in view state. Is there any other technic to reduce view state?? and why happen like this in first method it fetch 250 records and i am storing it in view state while in second method i fetch only 10 records and storing in view state still view state size remain same.
-
Galieo Webservice for FlightHi..Every one.. Have anybody implement galileo webservice for flight integration... I am facing problem for domestic airline.... It is not returning domestic airlines....
-
Managing Session for the log In usersU can store username in session and where u want to display u can display that one...
-
reg asp.netmake it your self..... Ur knowledge will increase...y r u asking for prepared material